#df52cb

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

Shades of Free Speech Magenta #DF52CB

Tints of Free Speech Magenta #DF52CB

Color information

#DF52CB (or 0xDF52CB) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 52 and CB. RGB value is (223,82,203). Sum of RGB (Red+Green+Blue) = 223+82+203=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 82 (32.42% from 255 or 16.14% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DF52CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF52CB is #20AD34. Grayscale: #898989. Windows color (decimal): -2141493 or 13325023. OLE color: 13325023.

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

Color convert

RGB22382203-
CMYK00.630.090.13
HSL308.51º68.78%59.8%-
HSV(B)308.51º63.23%87.45%-
XYZ44.2326.0359.19-
YUV137.95164.71188.66-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.90%
GREEN value IS 82 (32.42% from 255) = 16.14%
BLUE value IS 203 (79.69% from 255) = 39.96%
R=43.90%
G=16.14%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238220300.630.090.13308.5168.7859.8
HexDF52CB03F9D135453c
Octal337122313077111546510574
Binary110111111010010110010110111111100111011001101011000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df52cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df52cb; }

 p { color: rgb(223,82,203); }

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

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

 a { background-color: rgb(223,82,203); }

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

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

 span { border-color: rgb(223,82,203); }

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