Html Css Color HEX #DD59C8 Free Speech Magenta

📋 copy color: '#DD59C8'

red 221 ◦ green 89 ◦ blue 200

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

Shades of Free Speech Magenta #DD59C8

Tints of Free Speech Magenta #DD59C8

RGB

 RED value IS 221 (86.72% from 255) = 43.33%

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

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

R = 43.33%
G = 17.45%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD59C8 (or 0xDD59C8) is known color: Free Speech Magenta. HEX triplet: DD, 59 and C8. RGB value is (221,89,200). Sum of RGB (Red+Green+Blue) = 221+89+200=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 89 (35.16% from 255 or 17.45% from 510); Blue value is 200 (78.52% from 255 or 39.22% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD59C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD59C8 is #22A637. Grayscale: #8C8C8C. Windows color (decimal): -2270776 or 13130205. OLE color: 13130205.

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

Color convert

RGB 221 89 200 -
CMYK 0 0.60 0.10 0.13
HSL 309.55º 0.66% 0.61% -
HSV(B) 309.55º 0.6% 0.87% -
XYZ 43.82 26.69 57.49 -
YUV 141.12 161.23 184.97 -
System Red Green Blue C M Y K H S L
Decimal 221 89 200 0 0.60 0.10 0.13 309.55 0.66 0.61
Hex DD 59 C8 0 3C A D 136 42 3D
Octal 335 131 310 0 74 12 15 466 102 75
Binary 11011101 1011001 11001000 0 111100 1010 1101 100110110 1000010 111101

Color Harmonies of #DD59C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD59C8

Black with #DD59C8

Text Example


Text Example

White with #DD59C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD59C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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