Html Css Color HEX #DD5ED6 Free Speech Magenta

📋 copy color: '#DD5ED6'

red 221 ◦ green 94 ◦ blue 214

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

Shades of Free Speech Magenta #DD5ED6

Tints of Free Speech Magenta #DD5ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.45%

R = 41.78%
G = 17.77%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DD5ED6 (or 0xDD5ED6) is known color: Free Speech Magenta. HEX triplet: DD, 5E and D6. RGB value is (221,94,214). Sum of RGB (Red+Green+Blue) = 221+94+214=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 94 (37.11% from 255 or 17.77% from 529); Blue value is 214 (83.98% from 255 or 40.45% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5ED6 is #22A129. Grayscale: #919191. Windows color (decimal): -2269482 or 14048989. OLE color: 14048989.

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

Color convert

RGB 221 94 214 -
CMYK 0 0.57 0.03 0.13
HSL 303.31º 0.65% 0.62% -
HSV(B) 303.31º 0.57% 0.87% -
XYZ 45.96 28.23 66.65 -
YUV 145.65 166.58 181.74 -
System Red Green Blue C M Y K H S L
Decimal 221 94 214 0 0.57 0.03 0.13 303.31 0.65 0.62
Hex DD 5E D6 0 39 3 D 12F 41 3E
Octal 335 136 326 0 71 3 15 457 101 76
Binary 11011101 1011110 11010110 0 111001 11 1101 100101111 1000001 111110

Color Harmonies of #DD5ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5ED6

Black with #DD5ED6

Text Example


Text Example

White with #DD5ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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