Html Css Color HEX #DF59C0 Free Speech Magenta

📋 copy color: '#DF59C0'

red 223 ◦ green 89 ◦ blue 192

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

Shades of Free Speech Magenta #DF59C0

Tints of Free Speech Magenta #DF59C0

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.66%

 BLUE value IS 192 (75.39% from 255) = 38.1%

R = 44.25%
G = 17.66%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DF59C0 (or 0xDF59C0) is known color: Free Speech Magenta. HEX triplet: DF, 59 and C0. RGB value is (223,89,192). Sum of RGB (Red+Green+Blue) = 223+89+192=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 89 (35.16% from 255 or 17.66% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DF59C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF59C0 is #20A63F. Grayscale: #8C8C8C. Windows color (decimal): -2139712 or 12605919. OLE color: 12605919.

HSL color Cylindrical-coordinate representation of color #DF59C0: hue angle of 313.88º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF59C0 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 89 192 -
CMYK 0 0.60 0.14 0.13
HSL 313.88º 0.68% 0.61% -
HSV(B) 313.88º 0.6% 0.87% -
XYZ 43.52 26.64 52.72 -
YUV 140.81 156.89 186.62 -
System Red Green Blue C M Y K H S L
Decimal 223 89 192 0 0.60 0.14 0.13 313.88 0.68 0.61
Hex DF 59 C0 0 3C E D 13A 44 3D
Octal 337 131 300 0 74 16 15 472 104 75
Binary 11011111 1011001 11000000 0 111100 1110 1101 100111010 1000100 111101

Color Harmonies of #DF59C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF59C0

Black with #DF59C0

Text Example


Text Example

White with #DF59C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF59C0; }

 p { color: rgb(223,89,192); }

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

background-color css

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

 a { background-color: rgb(223,89,192); }

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

border-color css

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

 span { border-color: rgb(223,89,192); }

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