Html Css Color HEX #DD0CD8 Deep Magenta

📋 copy color: '#DD0CD8'

red 221 ◦ green 12 ◦ blue 216

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

Shades of Deep Magenta #DD0CD8

Tints of Deep Magenta #DD0CD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 48.11%

R = 49.22%
G = 2.67%
B = 48.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DD0CD8 (or 0xDD0CD8) is known color: Deep Magenta. HEX triplet: DD, 0C and D8. RGB value is (221,12,216). Sum of RGB (Red+Green+Blue) = 221+12+216=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 12 (5.08% from 255 or 2.67% from 449); Blue value is 216 (84.77% from 255 or 48.11% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0CD8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0CD8 is #22F327. Grayscale: #616161. Windows color (decimal): -2290472 or 14159069. OLE color: 14159069.

HSL color Cylindrical-coordinate representation of color #DD0CD8: hue angle of 301.44º 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 #DD0CD8 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 12 216 -
CMYK 0 0.95 0.02 0.13
HSL 301.44º 0.9% 0.46% -
HSV(B) 301.44º 0.95% 0.87% -
XYZ 42.34 20.59 66.71 -
YUV 97.75 194.74 215.91 -
System Red Green Blue C M Y K H S L
Decimal 221 12 216 0 0.95 0.02 0.13 301.44 0.9 0.46
Hex DD C D8 0 5F 2 D 12D 5A 2E
Octal 335 14 330 0 137 2 15 455 132 56
Binary 11011101 1100 11011000 0 1011111 10 1101 100101101 1011010 101110

Color Harmonies of #DD0CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0CD8

Black with #DD0CD8

Text Example


Text Example

White with #DD0CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0CD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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