Html Css Color HEX #DD59DC Free Speech Magenta

📋 copy color: '#DD59DC'

red 221 ◦ green 89 ◦ blue 220

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

Shades of Free Speech Magenta #DD59DC

Tints of Free Speech Magenta #DD59DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.51%

R = 41.7%
G = 16.79%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DD59DC (or 0xDD59DC) is known color: Free Speech Magenta. HEX triplet: DD, 59 and DC. RGB value is (221,89,220). Sum of RGB (Red+Green+Blue) = 221+89+220=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 89 (35.16% from 255 or 16.79% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DD59DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD59DC is #22A623. Grayscale: #8F8F8F. Windows color (decimal): -2270756 or 14440925. OLE color: 14440925.

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

Color convert

RGB 221 89 220 -
CMYK 0 0.60 0.00 0.13
HSL 300.45º 0.66% 0.61% -
HSV(B) 300.45º 0.6% 0.87% -
XYZ 46.31 27.68 70.61 -
YUV 143.4 171.23 183.35 -
System Red Green Blue C M Y K H S L
Decimal 221 89 220 0 0.60 0.00 0.13 300.45 0.66 0.61
Hex DD 59 DC 0 3C 0 D 12C 42 3D
Octal 335 131 334 0 74 0 15 454 102 75
Binary 11011101 1011001 11011100 0 111100 0 1101 100101100 1000010 111101

Color Harmonies of #DD59DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD59DC

Black with #DD59DC

Text Example


Text Example

White with #DD59DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD59DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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