Html Css Color HEX #DD2EE9 Free Speech Magenta

📋 copy color: '#DD2EE9'

red 221 ◦ green 46 ◦ blue 233

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

Shades of Free Speech Magenta #DD2EE9

Tints of Free Speech Magenta #DD2EE9

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.2%

 BLUE value IS 233 (91.41% from 255) = 46.6%

R = 44.2%
G = 9.2%
B = 46.6%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DD2EE9 (or 0xDD2EE9) is known color: Free Speech Magenta. HEX triplet: DD, 2E and E9. RGB value is (221,46,233). Sum of RGB (Red+Green+Blue) = 221+46+233=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 46 (18.36% from 255 or 9.2% from 500); Blue value is 233 (91.41% from 255 or 46.6% from 500); Max value from RGB is 233 - color contains mainly: blue. Hex color #DD2EE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD2EE9 is #22D116. Grayscale: #777777. Windows color (decimal): -2281751 or 15281885. OLE color: 15281885.

HSL color Cylindrical-coordinate representation of color #DD2EE9: hue angle of 296.15º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2EE9 is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 46 233 -
CMYK 0.05 0.80 0 0.09
HSL 296.15º 0.81% 0.55% -
HSV(B) 296.15º 0.8% 0.91% -
XYZ 45.5 23.21 79.17 -
YUV 119.64 191.98 200.29 -
System Red Green Blue C M Y K H S L
Decimal 221 46 233 0.05 0.80 0 0.09 296.15 0.81 0.55
Hex DD 2E E9 5 50 0 9 128 51 37
Octal 335 56 351 5 120 0 11 450 121 67
Binary 11011101 101110 11101001 101 1010000 0 1001 100101000 1010001 110111

Color Harmonies of #DD2EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2EE9

Black with #DD2EE9

Text Example


Text Example

White with #DD2EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2EE9; }

 p { color: rgb(221,46,233); }

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

background-color css

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

 a { background-color: rgb(221,46,233); }

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

border-color css

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

 span { border-color: rgb(221,46,233); }

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