#DC40CC

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

Shades of Free Speech Magenta #DC40CC

Tints of Free Speech Magenta #DC40CC

Color information

#DC40CC (or 0xDC40CC) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 40 and CC. RGB value is (220,64,204). Sum of RGB (Red+Green+Blue) = 220+64+204=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 64 (25.39% from 255 or 13.11% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC40CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC40CC is #23BF33. Grayscale: #7E7E7E. Windows color (decimal): -2342708 or 13385948. OLE color: 13385948.

HSL color Cylindrical-coordinate representation of color #DC40CC: hue angle of 306.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 #DC40CC is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB22064204-
CMYK00.710.070.14
HSL306.15º69.03%55.69%-
HSV(B)306.15º70.91%86.27%-
XYZ42.2523.2459.39-
YUV126.6171.68194.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.08%
GREEN value IS 64 (25.39% from 255) = 13.11%
BLUE value IS 204 (80.08% from 255) = 41.80%
R=45.08%
G=13.11%
B=41.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206420400.710.070.14306.1569.0355.69
HexDC40CC0477E1324538
Octal334100314010771646210570
Binary110111001000000110011000100011111111101001100101000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC40CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC40CC; }

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

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

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

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

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

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

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

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