Html Css Color HEX #DD59D3 Free Speech Magenta

📋 copy color: '#DD59D3'

red 221 ◦ green 89 ◦ blue 211

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

Shades of Free Speech Magenta #DD59D3

Tints of Free Speech Magenta #DD59D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.5%

R = 42.42%
G = 17.08%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD59D3 (or 0xDD59D3) is known color: Free Speech Magenta. HEX triplet: DD, 59 and D3. RGB value is (221,89,211). Sum of RGB (Red+Green+Blue) = 221+89+211=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 89 (35.16% from 255 or 17.08% from 521); Blue value is 211 (82.81% from 255 or 40.50% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD59D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD59D3 is #22A62C. Grayscale: #8E8E8E. Windows color (decimal): -2270765 or 13851101. OLE color: 13851101.

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

Color convert

RGB 221 89 211 -
CMYK 0 0.60 0.05 0.13
HSL 304.55º 0.66% 0.61% -
HSV(B) 304.55º 0.6% 0.87% -
XYZ 45.15 27.22 64.5 -
YUV 142.38 166.73 184.08 -
System Red Green Blue C M Y K H S L
Decimal 221 89 211 0 0.60 0.05 0.13 304.55 0.66 0.61
Hex DD 59 D3 0 3C 5 D 131 42 3D
Octal 335 131 323 0 74 5 15 461 102 75
Binary 11011101 1011001 11010011 0 111100 101 1101 100110001 1000010 111101

Color Harmonies of #DD59D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD59D3

Black with #DD59D3

Text Example


Text Example

White with #DD59D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD59D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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