Html Css Color HEX #DF5FC9 Free Speech Magenta

📋 copy color: '#DF5FC9'

red 223 ◦ green 95 ◦ blue 201

#DF5FC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #DF5FC9

Tints of Free Speech Magenta #DF5FC9

RGB

 RED value IS 223 (87.5% from 255) = 42.97%

 GREEN value IS 95 (37.5% from 255) = 18.3%

 BLUE value IS 201 (78.91% from 255) = 38.73%

R = 42.97%
G = 18.3%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DF5FC9 (or 0xDF5FC9) is known color: Free Speech Magenta. HEX triplet: DF, 5F and C9. RGB value is (223,95,201). Sum of RGB (Red+Green+Blue) = 223+95+201=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 95 (37.5% from 255 or 18.30% from 519); Blue value is 201 (78.91% from 255 or 38.73% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5FC9 is #20A036. Grayscale: #919191. Windows color (decimal): -2138167 or 13197279. OLE color: 13197279.

HSL color Cylindrical-coordinate representation of color #DF5FC9: hue angle of 310.31º 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 #DF5FC9 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 95 201 -
CMYK 0 0.57 0.10 0.13
HSL 310.31º 0.67% 0.62% -
HSV(B) 310.31º 0.57% 0.87% -
XYZ 45.07 28.09 58.3 -
YUV 145.36 159.41 183.38 -
System Red Green Blue C M Y K H S L
Decimal 223 95 201 0 0.57 0.10 0.13 310.31 0.67 0.62
Hex DF 5F C9 0 39 A D 136 43 3E
Octal 337 137 311 0 71 12 15 466 103 76
Binary 11011111 1011111 11001001 0 111001 1010 1101 100110110 1000011 111110

Color Harmonies of #DF5FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5FC9

Black with #DF5FC9

Text Example


Text Example

White with #DF5FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5FC9; }

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

 H1.HeaderClassName
 {
   color: #DF5FC9;
 }
 .AnyTagClassName
 {
   color: #DF5FC9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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