Html Css Color HEX #DD59DD Free Speech Magenta

📋 copy color: '#DD59DD'

red 221 ◦ green 89 ◦ blue 221

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

Shades of Free Speech Magenta #DD59DD

Tints of Free Speech Magenta #DD59DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.62%

R = 41.62%
G = 16.76%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD59DD (or 0xDD59DD) is known color: Free Speech Magenta. HEX triplet: DD, 59 and DD. RGB value is (221,89,221). Sum of RGB (Red+Green+Blue) = 221+89+221=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 89 (35.16% from 255 or 16.76% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD59DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD59DD is #22A622. Grayscale: #8F8F8F. Windows color (decimal): -2270755 or 14506461. OLE color: 14506461.

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

Color convert

RGB 221 89 221 -
CMYK 0 0.60 0 0.13
HSL 300º 0.66% 0.61% -
HSV(B) 300º 0.6% 0.87% -
XYZ 46.44 27.74 71.31 -
YUV 143.52 171.73 183.27 -
System Red Green Blue C M Y K H S L
Decimal 221 89 221 0 0.60 0 0.13 300 0.66 0.61
Hex DD 59 DD 0 3C 0 D 12C 42 3D
Octal 335 131 335 0 74 0 15 454 102 75
Binary 11011101 1011001 11011101 0 111100 0 1101 100101100 1000010 111101

Color Harmonies of #DD59DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD59DD

Black with #DD59DD

Text Example


Text Example

White with #DD59DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD59DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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