Html Css Color HEX #DD5ED5 Free Speech Magenta

📋 copy color: '#DD5ED5'

red 221 ◦ green 94 ◦ blue 213

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

Shades of Free Speech Magenta #DD5ED5

Tints of Free Speech Magenta #DD5ED5

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.8%

 BLUE value IS 213 (83.59% from 255) = 40.34%

R = 41.86%
G = 17.8%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD5ED5 (or 0xDD5ED5) is known color: Free Speech Magenta. HEX triplet: DD, 5E and D5. RGB value is (221,94,213). Sum of RGB (Red+Green+Blue) = 221+94+213=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 94 (37.11% from 255 or 17.80% from 528); Blue value is 213 (83.59% from 255 or 40.34% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5ED5 is #22A12A. Grayscale: #919191. Windows color (decimal): -2269483 or 13983453. OLE color: 13983453.

HSL color Cylindrical-coordinate representation of color #DD5ED5: hue angle of 303.78º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD5ED5 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 94 213 -
CMYK 0 0.57 0.04 0.13
HSL 303.78º 0.65% 0.62% -
HSV(B) 303.78º 0.57% 0.87% -
XYZ 45.83 28.18 65.97 -
YUV 145.54 166.08 181.82 -
System Red Green Blue C M Y K H S L
Decimal 221 94 213 0 0.57 0.04 0.13 303.78 0.65 0.62
Hex DD 5E D5 0 39 4 D 130 41 3E
Octal 335 136 325 0 71 4 15 460 101 76
Binary 11011101 1011110 11010101 0 111001 100 1101 100110000 1000001 111110

Color Harmonies of #DD5ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5ED5

Black with #DD5ED5

Text Example


Text Example

White with #DD5ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5ED5; }

 p { color: rgb(221,94,213); }

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

background-color css

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

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

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

border-color css

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

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

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