Html Css Color HEX #DD5EE2 Free Speech Magenta

📋 copy color: '#DD5EE2'

red 221 ◦ green 94 ◦ blue 226

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

Shades of Free Speech Magenta #DD5EE2

Tints of Free Speech Magenta #DD5EE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 41.77%

R = 40.85%
G = 17.38%
B = 41.77%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DD5EE2 (or 0xDD5EE2) is known color: Free Speech Magenta. HEX triplet: DD, 5E and E2. RGB value is (221,94,226). Sum of RGB (Red+Green+Blue) = 221+94+226=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 94 (37.11% from 255 or 17.38% from 541); Blue value is 226 (88.67% from 255 or 41.77% from 541); Max value from RGB is 226 - color contains mainly: blue. Hex color #DD5EE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5EE2 is #22A11D. Grayscale: #929292. Windows color (decimal): -2269470 or 14835421. OLE color: 14835421.

HSL color Cylindrical-coordinate representation of color #DD5EE2: hue angle of 297.73º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD5EE2 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 94 226 -
CMYK 0.02 0.58 0 0.11
HSL 297.73º 0.69% 0.63% -
HSV(B) 297.73º 0.58% 0.89% -
XYZ 47.55 28.87 75.02 -
YUV 147.02 172.58 180.77 -
System Red Green Blue C M Y K H S L
Decimal 221 94 226 0.02 0.58 0 0.11 297.73 0.69 0.63
Hex DD 5E E2 2 3A 0 B 12A 45 3F
Octal 335 136 342 2 72 0 13 452 105 77
Binary 11011101 1011110 11100010 10 111010 0 1011 100101010 1000101 111111

Color Harmonies of #DD5EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5EE2

Black with #DD5EE2

Text Example


Text Example

White with #DD5EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5EE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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