#DC40C9

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

Shades of Free Speech Magenta #DC40C9

Tints of Free Speech Magenta #DC40C9

Color information

#DC40C9 (or 0xDC40C9) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 40 and C9. RGB value is (220,64,201). Sum of RGB (Red+Green+Blue) = 220+64+201=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 64 (25.39% from 255 or 13.20% from 485); Blue value is 201 (78.91% from 255 or 41.44% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC40C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC40C9 is #23BF36. Grayscale: #7D7D7D. Windows color (decimal): -2342711 or 13189340. OLE color: 13189340.

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

Color convert

RGB22064201-
CMYK00.710.090.14
HSL307.31º69.03%55.69%-
HSV(B)307.31º70.91%86.27%-
XYZ41.8923.157.51-
YUV126.26170.18194.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.36%
GREEN value IS 64 (25.39% from 255) = 13.20%
BLUE value IS 201 (78.91% from 255) = 41.44%
R=45.36%
G=13.20%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206420100.710.090.14307.3169.0355.69
HexDC40C90479E1334538
Octal3341003110107111646310570
Binary1101110010000001100100101000111100111101001100111000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC40C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC40C9; }

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

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

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

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

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

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

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

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