Html Css Color HEX #DD0CC8 Deep Magenta

📋 copy color: '#DD0CC8'

red 221 ◦ green 12 ◦ blue 200

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

Shades of Deep Magenta #DD0CC8

Tints of Deep Magenta #DD0CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 46.19%

R = 51.04%
G = 2.77%
B = 46.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD0CC8 (or 0xDD0CC8) is known color: Deep Magenta. HEX triplet: DD, 0C and C8. RGB value is (221,12,200). Sum of RGB (Red+Green+Blue) = 221+12+200=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 12 (5.08% from 255 or 2.77% from 433); Blue value is 200 (78.52% from 255 or 46.19% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0CC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0CC8 is #22F337. Grayscale: #5F5F5F. Windows color (decimal): -2290488 or 13110493. OLE color: 13110493.

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

Color convert

RGB 221 12 200 -
CMYK 0 0.95 0.10 0.13
HSL 306.03º 0.9% 0.46% -
HSV(B) 306.03º 0.95% 0.87% -
XYZ 40.38 19.81 56.34 -
YUV 95.92 186.74 217.21 -
System Red Green Blue C M Y K H S L
Decimal 221 12 200 0 0.95 0.10 0.13 306.03 0.9 0.46
Hex DD C C8 0 5F A D 132 5A 2E
Octal 335 14 310 0 137 12 15 462 132 56
Binary 11011101 1100 11001000 0 1011111 1010 1101 100110010 1011010 101110

Color Harmonies of #DD0CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0CC8

Black with #DD0CC8

Text Example


Text Example

White with #DD0CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0CC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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