#DF5FC2

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

Shades of Free Speech Magenta #DF5FC2

Tints of Free Speech Magenta #DF5FC2

Color information

#DF5FC2 (or 0xDF5FC2) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 5F and C2. RGB value is (223,95,194). Sum of RGB (Red+Green+Blue) = 223+95+194=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 95 (37.5% from 255 or 18.55% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5FC2 is #20A03D. Grayscale: #909090. Windows color (decimal): -2138174 or 12738527. OLE color: 12738527.

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

Color convert

RGB22395194-
CMYK00.570.130.13
HSL313.59º66.67%62.35%-
HSV(B)313.59º57.4%87.45%-
XYZ44.2627.7754.07-
YUV144.56155.91183.95-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.55%
GREEN value IS 95 (37.5% from 255) = 18.55%
BLUE value IS 194 (76.17% from 255) = 37.89%
R=43.55%
G=18.55%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239519400.570.130.13313.5966.6762.35
HexDF5FC2039DD13a433e
Octal337137302071151547210376
Binary110111111011111110000100111001110111011001110101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5FC2; }

 p { color: rgb(223,95,194); }

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

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

 a { background-color: rgb(223,95,194); }

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

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

 span { border-color: rgb(223,95,194); }

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