Html Css Color HEX #DD59E5 Free Speech Magenta

📋 copy color: '#DD59E5'

red 221 ◦ green 89 ◦ blue 229

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

Shades of Free Speech Magenta #DD59E5

Tints of Free Speech Magenta #DD59E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.49%

R = 41%
G = 16.51%
B = 42.49%

CMYK

 C value IS 0.03

 M value IS 0.61

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DD59E5 (or 0xDD59E5) is known color: Free Speech Magenta. HEX triplet: DD, 59 and E5. RGB value is (221,89,229). Sum of RGB (Red+Green+Blue) = 221+89+229=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 89 (35.16% from 255 or 16.51% from 539); Blue value is 229 (89.84% from 255 or 42.49% from 539); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD59E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD59E5 is #22A61A. Grayscale: #909090. Windows color (decimal): -2270747 or 15030749. OLE color: 15030749.

HSL color Cylindrical-coordinate representation of color #DD59E5: hue angle of 296.57º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD59E5 is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 89 229 -
CMYK 0.03 0.61 0 0.10
HSL 296.57º 0.73% 0.62% -
HSV(B) 296.57º 0.61% 0.9% -
XYZ 47.53 28.17 77.06 -
YUV 144.43 175.73 182.62 -
System Red Green Blue C M Y K H S L
Decimal 221 89 229 0.03 0.61 0 0.10 296.57 0.73 0.62
Hex DD 59 E5 3 3D 0 A 129 49 3E
Octal 335 131 345 3 75 0 12 451 111 76
Binary 11011101 1011001 11100101 11 111101 0 1010 100101001 1001001 111110

Color Harmonies of #DD59E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD59E5

Black with #DD59E5

Text Example


Text Example

White with #DD59E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD59E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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