Html Css Color HEX #DC59B8 Free Speech Magenta

📋 copy color: '#DC59B8'

red 220 ◦ green 89 ◦ blue 184

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

Shades of Free Speech Magenta #DC59B8

Tints of Free Speech Magenta #DC59B8

RGB

 RED value IS 220 (86.33% from 255) = 44.62%

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

 BLUE value IS 184 (72.27% from 255) = 37.32%

R = 44.62%
G = 18.05%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DC59B8 (or 0xDC59B8) is known color: Free Speech Magenta. HEX triplet: DC, 59 and B8. RGB value is (220,89,184). Sum of RGB (Red+Green+Blue) = 220+89+184=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 89 (35.16% from 255 or 18.05% from 493); Blue value is 184 (72.27% from 255 or 37.32% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC59B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC59B8 is #23A647. Grayscale: #8A8A8A. Windows color (decimal): -2336328 or 12081628. OLE color: 12081628.

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

Color convert

RGB 220 89 184 -
CMYK 0 0.60 0.16 0.14
HSL 316.49º 0.65% 0.61% -
HSV(B) 316.49º 0.6% 0.86% -
XYZ 41.74 25.82 48.13 -
YUV 139 153.4 185.78 -
System Red Green Blue C M Y K H S L
Decimal 220 89 184 0 0.60 0.16 0.14 316.49 0.65 0.61
Hex DC 59 B8 0 3C 10 E 13C 41 3D
Octal 334 131 270 0 74 20 16 474 101 75
Binary 11011100 1011001 10111000 0 111100 10000 1110 100111100 1000001 111101

Color Harmonies of #DC59B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC59B8

Black with #DC59B8

Text Example


Text Example

White with #DC59B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC59B8; }

 p { color: rgb(220,89,184); }

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

background-color css

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

 a { background-color: rgb(220,89,184); }

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

border-color css

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

 span { border-color: rgb(220,89,184); }

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