Html Css Color HEX #DD5EC9 Free Speech Magenta

📋 copy color: '#DD5EC9'

red 221 ◦ green 94 ◦ blue 201

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

Shades of Free Speech Magenta #DD5EC9

Tints of Free Speech Magenta #DD5EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.95%

R = 42.83%
G = 18.22%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD5EC9 (or 0xDD5EC9) is known color: Free Speech Magenta. HEX triplet: DD, 5E and C9. RGB value is (221,94,201). Sum of RGB (Red+Green+Blue) = 221+94+201=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 94 (37.11% from 255 or 18.22% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5EC9 is #22A136. Grayscale: #8F8F8F. Windows color (decimal): -2269495 or 13197021. OLE color: 13197021.

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

Color convert

RGB 221 94 201 -
CMYK 0 0.57 0.09 0.13
HSL 309.45º 0.65% 0.62% -
HSV(B) 309.45º 0.57% 0.87% -
XYZ 44.36 27.59 58.25 -
YUV 144.17 160.08 182.8 -
System Red Green Blue C M Y K H S L
Decimal 221 94 201 0 0.57 0.09 0.13 309.45 0.65 0.62
Hex DD 5E C9 0 39 9 D 135 41 3E
Octal 335 136 311 0 71 11 15 465 101 76
Binary 11011101 1011110 11001001 0 111001 1001 1101 100110101 1000001 111110

Color Harmonies of #DD5EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5EC9

Black with #DD5EC9

Text Example


Text Example

White with #DD5EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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