Html Css Color HEX #DD0CD5 Deep Magenta

📋 copy color: '#DD0CD5'

red 221 ◦ green 12 ◦ blue 213

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

Shades of Deep Magenta #DD0CD5

Tints of Deep Magenta #DD0CD5

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.69%

 BLUE value IS 213 (83.59% from 255) = 47.76%

R = 49.55%
G = 2.69%
B = 47.76%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD0CD5 (or 0xDD0CD5) is known color: Deep Magenta. HEX triplet: DD, 0C and D5. RGB value is (221,12,213). Sum of RGB (Red+Green+Blue) = 221+12+213=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 12 (5.08% from 255 or 2.69% from 446); Blue value is 213 (83.59% from 255 or 47.76% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0CD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0CD5 is #22F32A. Grayscale: #606060. Windows color (decimal): -2290475 or 13962461. OLE color: 13962461.

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

Color convert

RGB 221 12 213 -
CMYK 0 0.95 0.04 0.13
HSL 302.3º 0.9% 0.46% -
HSV(B) 302.3º 0.95% 0.87% -
XYZ 41.96 20.44 64.68 -
YUV 97.41 193.24 216.16 -
System Red Green Blue C M Y K H S L
Decimal 221 12 213 0 0.95 0.04 0.13 302.3 0.9 0.46
Hex DD C D5 0 5F 4 D 12E 5A 2E
Octal 335 14 325 0 137 4 15 456 132 56
Binary 11011101 1100 11010101 0 1011111 100 1101 100101110 1011010 101110

Color Harmonies of #DD0CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0CD5

Black with #DD0CD5

Text Example


Text Example

White with #DD0CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0CD5; }

 p { color: rgb(221,12,213); }

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

background-color css

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

 a { background-color: rgb(221,12,213); }

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

border-color css

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

 span { border-color: rgb(221,12,213); }

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