Html Css Color HEX #DD0CCC Deep Magenta

📋 copy color: '#DD0CCC'

red 221 ◦ green 12 ◦ blue 204

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

Shades of Deep Magenta #DD0CCC

Tints of Deep Magenta #DD0CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.68%

R = 50.57%
G = 2.75%
B = 46.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD0CCC (or 0xDD0CCC) is known color: Deep Magenta. HEX triplet: DD, 0C and CC. RGB value is (221,12,204). Sum of RGB (Red+Green+Blue) = 221+12+204=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 12 (5.08% from 255 or 2.75% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0CCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0CCC is #22F333. Grayscale: #5F5F5F. Windows color (decimal): -2290484 or 13372637. OLE color: 13372637.

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

Color convert

RGB 221 12 204 -
CMYK 0 0.95 0.08 0.13
HSL 304.88º 0.9% 0.46% -
HSV(B) 304.88º 0.95% 0.87% -
XYZ 40.85 19.99 58.83 -
YUV 96.38 188.74 216.89 -
System Red Green Blue C M Y K H S L
Decimal 221 12 204 0 0.95 0.08 0.13 304.88 0.9 0.46
Hex DD C CC 0 5F 8 D 131 5A 2E
Octal 335 14 314 0 137 10 15 461 132 56
Binary 11011101 1100 11001100 0 1011111 1000 1101 100110001 1011010 101110

Color Harmonies of #DD0CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0CCC

Black with #DD0CCC

Text Example


Text Example

White with #DD0CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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