Html Css Color HEX #DC59C8 Free Speech Magenta

📋 copy color: '#DC59C8'

red 220 ◦ green 89 ◦ blue 200

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

Shades of Free Speech Magenta #DC59C8

Tints of Free Speech Magenta #DC59C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.29%

R = 43.22%
G = 17.49%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DC59C8 (or 0xDC59C8) is known color: Free Speech Magenta. HEX triplet: DC, 59 and C8. RGB value is (220,89,200). Sum of RGB (Red+Green+Blue) = 220+89+200=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 89 (35.16% from 255 or 17.49% from 509); Blue value is 200 (78.52% from 255 or 39.29% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DC59C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC59C8 is #23A637. Grayscale: #8C8C8C. Windows color (decimal): -2336312 or 13130204. OLE color: 13130204.

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

Color convert

RGB 220 89 200 -
CMYK 0 0.60 0.09 0.14
HSL 309.16º 0.65% 0.61% -
HSV(B) 309.16º 0.6% 0.86% -
XYZ 43.51 26.53 57.47 -
YUV 140.82 161.4 184.47 -
System Red Green Blue C M Y K H S L
Decimal 220 89 200 0 0.60 0.09 0.14 309.16 0.65 0.61
Hex DC 59 C8 0 3C 9 E 135 41 3D
Octal 334 131 310 0 74 11 16 465 101 75
Binary 11011100 1011001 11001000 0 111100 1001 1110 100110101 1000001 111101

Color Harmonies of #DC59C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC59C8

Black with #DC59C8

Text Example


Text Example

White with #DC59C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC59C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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