Html Css Color HEX #DF59BA Free Speech Magenta

📋 copy color: '#DF59BA'

red 223 ◦ green 89 ◦ blue 186

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

Shades of Free Speech Magenta #DF59BA

Tints of Free Speech Magenta #DF59BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.35%

R = 44.78%
G = 17.87%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DF59BA (or 0xDF59BA) is known color: Free Speech Magenta. HEX triplet: DF, 59 and BA. RGB value is (223,89,186). Sum of RGB (Red+Green+Blue) = 223+89+186=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 89 (35.16% from 255 or 17.87% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DF59BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF59BA is #20A645. Grayscale: #8B8B8B. Windows color (decimal): -2139718 or 12212703. OLE color: 12212703.

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

Color convert

RGB 223 89 186 -
CMYK 0 0.60 0.17 0.13
HSL 316.57º 0.68% 0.61% -
HSV(B) 316.57º 0.6% 0.87% -
XYZ 42.87 26.38 49.29 -
YUV 140.12 153.89 187.11 -
System Red Green Blue C M Y K H S L
Decimal 223 89 186 0 0.60 0.17 0.13 316.57 0.68 0.61
Hex DF 59 BA 0 3C 11 D 13D 44 3D
Octal 337 131 272 0 74 21 15 475 104 75
Binary 11011111 1011001 10111010 0 111100 10001 1101 100111101 1000100 111101

Color Harmonies of #DF59BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF59BA

Black with #DF59BA

Text Example


Text Example

White with #DF59BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF59BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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