Html Css Color HEX #DD59ED Free Speech Magenta

📋 copy color: '#DD59ED'

red 221 ◦ green 89 ◦ blue 237

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

Shades of Free Speech Magenta #DD59ED

Tints of Free Speech Magenta #DD59ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.33%

R = 40.4%
G = 16.27%
B = 43.33%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD59ED (or 0xDD59ED) is known color: Free Speech Magenta. HEX triplet: DD, 59 and ED. RGB value is (221,89,237). Sum of RGB (Red+Green+Blue) = 221+89+237=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 89 (35.16% from 255 or 16.27% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD59ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD59ED is #22A612. Grayscale: #909090. Windows color (decimal): -2270739 or 15555037. OLE color: 15555037.

HSL color Cylindrical-coordinate representation of color #DD59ED: hue angle of 293.51º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD59ED is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 89 237 -
CMYK 0.07 0.62 0 0.07
HSL 293.51º 0.8% 0.64% -
HSV(B) 293.51º 0.62% 0.93% -
XYZ 48.68 28.63 83.08 -
YUV 145.34 179.73 181.97 -
System Red Green Blue C M Y K H S L
Decimal 221 89 237 0.07 0.62 0 0.07 293.51 0.8 0.64
Hex DD 59 ED 7 3E 0 7 126 50 40
Octal 335 131 355 7 76 0 7 446 120 100
Binary 11011101 1011001 11101101 111 111110 0 111 100100110 1010000 1000000

Color Harmonies of #DD59ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD59ED

Black with #DD59ED

Text Example


Text Example

White with #DD59ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD59ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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