Html Css Color HEX #DD3ED2 Free Speech Magenta

📋 copy color: '#DD3ED2'

red 221 ◦ green 62 ◦ blue 210

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

Shades of Free Speech Magenta #DD3ED2

Tints of Free Speech Magenta #DD3ED2

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.58%

 BLUE value IS 210 (82.42% from 255) = 42.6%

R = 44.83%
G = 12.58%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD3ED2 (or 0xDD3ED2) is known color: Free Speech Magenta. HEX triplet: DD, 3E and D2. RGB value is (221,62,210). Sum of RGB (Red+Green+Blue) = 221+62+210=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 62 (24.61% from 255 or 12.58% from 493); Blue value is 210 (82.42% from 255 or 42.60% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3ED2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3ED2 is #22C12D. Grayscale: #7D7D7D. Windows color (decimal): -2277678 or 13778653. OLE color: 13778653.

HSL color Cylindrical-coordinate representation of color #DD3ED2: hue angle of 304.15º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD3ED2 is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 62 210 -
CMYK 0 0.72 0.05 0.13
HSL 304.15º 0.7% 0.55% -
HSV(B) 304.15º 0.72% 0.87% -
XYZ 43.17 23.47 63.23 -
YUV 126.41 175.18 195.47 -
System Red Green Blue C M Y K H S L
Decimal 221 62 210 0 0.72 0.05 0.13 304.15 0.7 0.55
Hex DD 3E D2 0 48 5 D 130 46 37
Octal 335 76 322 0 110 5 15 460 106 67
Binary 11011101 111110 11010010 0 1001000 101 1101 100110000 1000110 110111

Color Harmonies of #DD3ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3ED2

Black with #DD3ED2

Text Example


Text Example

White with #DD3ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3ED2; }

 p { color: rgb(221,62,210); }

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

background-color css

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

 a { background-color: rgb(221,62,210); }

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

border-color css

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

 span { border-color: rgb(221,62,210); }

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