#D240DC

Color #D240DC Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #D240DC

Tints of Free Speech Magenta #D240DC

Color information

#D240DC (or 0xD240DC) is unknown color: approx Free Speech Magenta. HEX triplet: D2, 40 and DC. RGB value is (210,64,220). Sum of RGB (Red+Green+Blue) = 210+64+220=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 64 (25.39% from 255 or 12.96% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #D240DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D240DC is #2DBF23. Grayscale: #7C7C7C. Windows color (decimal): -2998052 or 14434514. OLE color: 14434514.

HSL color Cylindrical-coordinate representation of color #D240DC: hue angle of 296.15º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D240DC is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB21064220-
CMYK0.050.7100.14
HSL296.15º69.03%55.69%-
HSV(B)296.15º70.91%86.27%-
XYZ41.3322.5469.88-
YUV125.44181.37188.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 42.51%
GREEN value IS 64 (25.39% from 255) = 12.96%
BLUE value IS 220 (86.33% from 255) = 44.53%
R=42.51%
G=12.96%
B=44.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal210642200.050.7100.14296.1569.0355.69
HexD240DC5470E1284538
Octal322100334510701645010570
Binary110100101000000110111001011000111011101001010001000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D240DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D240DC; }

 p { color: rgb(210,64,220); }

 H1.HeaderClassName
 {
   color: #D240DC;
 }
 .AnyTagClassName
 {
   color: #D240DC;
 }
</style>
background-color css

<style>
 a { background-color: #D240DC; }

 a { background-color: rgb(210,64,220); }

 div.DivClassName
 {
   background-color: #D240DC;
 }
 .BgClassName
 {
   background-color: #D240DC;
 }
</style>
border-color css

<style>
 span { border-color: #D240DC; }

 span { border-color: rgb(210,64,220); }

 td.TdClassName
 {
   border-color: #D240DC;
 }
 .TagClassName
 {
   border-color: #D240DC;
 }
</style>