Html Css Color HEX #DD0CC9 Deep Magenta

📋 copy color: '#DD0CC9'

red 221 ◦ green 12 ◦ blue 201

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

Shades of Deep Magenta #DD0CC9

Tints of Deep Magenta #DD0CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 46.31%

R = 50.92%
G = 2.76%
B = 46.31%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD0CC9 (or 0xDD0CC9) is known color: Deep Magenta. HEX triplet: DD, 0C and C9. RGB value is (221,12,201). Sum of RGB (Red+Green+Blue) = 221+12+201=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 12 (5.08% from 255 or 2.76% from 434); Blue value is 201 (78.91% from 255 or 46.31% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0CC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0CC9 is #22F336. Grayscale: #5F5F5F. Windows color (decimal): -2290487 or 13176029. OLE color: 13176029.

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

Color convert

RGB 221 12 201 -
CMYK 0 0.95 0.09 0.13
HSL 305.74º 0.9% 0.46% -
HSV(B) 305.74º 0.95% 0.87% -
XYZ 40.49 19.85 56.96 -
YUV 96.04 187.24 217.13 -
System Red Green Blue C M Y K H S L
Decimal 221 12 201 0 0.95 0.09 0.13 305.74 0.9 0.46
Hex DD C C9 0 5F 9 D 132 5A 2E
Octal 335 14 311 0 137 11 15 462 132 56
Binary 11011101 1100 11001001 0 1011111 1001 1101 100110010 1011010 101110

Color Harmonies of #DD0CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0CC9

Black with #DD0CC9

Text Example


Text Example

White with #DD0CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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