#DF5CCC

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

Shades of Free Speech Magenta #DF5CCC

Tints of Free Speech Magenta #DF5CCC

Color information

#DF5CCC (or 0xDF5CCC) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 5C and CC. RGB value is (223,92,204). Sum of RGB (Red+Green+Blue) = 223+92+204=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 92 (36.33% from 255 or 17.73% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5CCC is #20A333. Grayscale: #8F8F8F. Windows color (decimal): -2138932 or 13393119. OLE color: 13393119.

HSL color Cylindrical-coordinate representation of color #DF5CCC: hue angle of 308.7º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF5CCC is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB22392204-
CMYK00.590.090.13
HSL308.7º67.18%61.76%-
HSV(B)308.7º58.74%87.45%-
XYZ45.1627.760.09-
YUV143.94161.9184.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.97%
GREEN value IS 92 (36.33% from 255) = 17.73%
BLUE value IS 204 (80.08% from 255) = 39.31%
R=42.97%
G=17.73%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239220400.590.090.13308.767.1861.76
HexDF5CCC03B9D135433e
Octal337134314073111546510376
Binary110111111011100110011000111011100111011001101011000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5CCC; }

 p { color: rgb(223,92,204); }

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

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

 a { background-color: rgb(223,92,204); }

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

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

 span { border-color: rgb(223,92,204); }

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