Html Css Color HEX #DD0ECA Deep Magenta

📋 copy color: '#DD0ECA'

red 221 ◦ green 14 ◦ blue 202

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

Shades of Deep Magenta #DD0ECA

Tints of Deep Magenta #DD0ECA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.2%

 BLUE value IS 202 (79.3% from 255) = 46.22%

R = 50.57%
G = 3.2%
B = 46.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD0ECA (or 0xDD0ECA) is known color: Deep Magenta. HEX triplet: DD, 0E and CA. RGB value is (221,14,202). Sum of RGB (Red+Green+Blue) = 221+14+202=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 14 (5.86% from 255 or 3.20% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0ECA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0ECA is #22F135. Grayscale: #606060. Windows color (decimal): -2289974 or 13242077. OLE color: 13242077.

HSL color Cylindrical-coordinate representation of color #DD0ECA: hue angle of 305.51º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0ECA is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 14 202 -
CMYK 0 0.94 0.09 0.13
HSL 305.51º 0.88% 0.46% -
HSV(B) 305.51º 0.94% 0.87% -
XYZ 40.64 19.95 57.59 -
YUV 97.33 187.08 216.21 -
System Red Green Blue C M Y K H S L
Decimal 221 14 202 0 0.94 0.09 0.13 305.51 0.88 0.46
Hex DD E CA 0 5E 9 D 132 58 2E
Octal 335 16 312 0 136 11 15 462 130 56
Binary 11011101 1110 11001010 0 1011110 1001 1101 100110010 1011000 101110

Color Harmonies of #DD0ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0ECA

Black with #DD0ECA

Text Example


Text Example

White with #DD0ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0ECA; }

 p { color: rgb(221,14,202); }

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

background-color css

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

 a { background-color: rgb(221,14,202); }

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

border-color css

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

 span { border-color: rgb(221,14,202); }

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