Html Css Color HEX #DD5ED3 Free Speech Magenta

📋 copy color: '#DD5ED3'

red 221 ◦ green 94 ◦ blue 211

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

Shades of Free Speech Magenta #DD5ED3

Tints of Free Speech Magenta #DD5ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.11%

R = 42.02%
G = 17.87%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD5ED3 (or 0xDD5ED3) is known color: Free Speech Magenta. HEX triplet: DD, 5E and D3. RGB value is (221,94,211). Sum of RGB (Red+Green+Blue) = 221+94+211=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 94 (37.11% from 255 or 17.87% from 526); Blue value is 211 (82.81% from 255 or 40.11% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5ED3 is #22A12C. Grayscale: #909090. Windows color (decimal): -2269485 or 13852381. OLE color: 13852381.

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

Color convert

RGB 221 94 211 -
CMYK 0 0.57 0.05 0.13
HSL 304.72º 0.65% 0.62% -
HSV(B) 304.72º 0.57% 0.87% -
XYZ 45.58 28.08 64.65 -
YUV 145.31 165.08 181.99 -
System Red Green Blue C M Y K H S L
Decimal 221 94 211 0 0.57 0.05 0.13 304.72 0.65 0.62
Hex DD 5E D3 0 39 5 D 131 41 3E
Octal 335 136 323 0 71 5 15 461 101 76
Binary 11011101 1011110 11010011 0 111001 101 1101 100110001 1000001 111110

Color Harmonies of #DD5ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5ED3

Black with #DD5ED3

Text Example


Text Example

White with #DD5ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5ED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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