Html Css Color HEX #DF59BD Free Speech Magenta

📋 copy color: '#DF59BD'

red 223 ◦ green 89 ◦ blue 189

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

Shades of Free Speech Magenta #DF59BD

Tints of Free Speech Magenta #DF59BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.72%

R = 44.51%
G = 17.76%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DF59BD (or 0xDF59BD) is known color: Free Speech Magenta. HEX triplet: DF, 59 and BD. RGB value is (223,89,189). Sum of RGB (Red+Green+Blue) = 223+89+189=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 89 (35.16% from 255 or 17.76% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DF59BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF59BD is #20A642. Grayscale: #8C8C8C. Windows color (decimal): -2139715 or 12409311. OLE color: 12409311.

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

Color convert

RGB 223 89 189 -
CMYK 0 0.60 0.15 0.13
HSL 315.22º 0.68% 0.61% -
HSV(B) 315.22º 0.6% 0.87% -
XYZ 43.19 26.51 50.98 -
YUV 140.47 155.39 186.87 -
System Red Green Blue C M Y K H S L
Decimal 223 89 189 0 0.60 0.15 0.13 315.22 0.68 0.61
Hex DF 59 BD 0 3C F D 13B 44 3D
Octal 337 131 275 0 74 17 15 473 104 75
Binary 11011111 1011001 10111101 0 111100 1111 1101 100111011 1000100 111101

Color Harmonies of #DF59BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF59BD

Black with #DF59BD

Text Example


Text Example

White with #DF59BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF59BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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