Html Css Color HEX #DD5ED0 Free Speech Magenta

📋 copy color: '#DD5ED0'

red 221 ◦ green 94 ◦ blue 208

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

Shades of Free Speech Magenta #DD5ED0

Tints of Free Speech Magenta #DD5ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.77%

R = 42.26%
G = 17.97%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD5ED0 (or 0xDD5ED0) is known color: Free Speech Magenta. HEX triplet: DD, 5E and D0. RGB value is (221,94,208). Sum of RGB (Red+Green+Blue) = 221+94+208=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 94 (37.11% from 255 or 17.97% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5ED0 is #22A12F. Grayscale: #909090. Windows color (decimal): -2269488 or 13655773. OLE color: 13655773.

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

Color convert

RGB 221 94 208 -
CMYK 0 0.57 0.06 0.13
HSL 306.14º 0.65% 0.62% -
HSV(B) 306.14º 0.57% 0.87% -
XYZ 45.21 27.93 62.68 -
YUV 144.97 163.58 182.23 -
System Red Green Blue C M Y K H S L
Decimal 221 94 208 0 0.57 0.06 0.13 306.14 0.65 0.62
Hex DD 5E D0 0 39 6 D 132 41 3E
Octal 335 136 320 0 71 6 15 462 101 76
Binary 11011101 1011110 11010000 0 111001 110 1101 100110010 1000001 111110

Color Harmonies of #DD5ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5ED0

Black with #DD5ED0

Text Example


Text Example

White with #DD5ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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