Html Css Color HEX #DD06CC Deep Magenta

📋 copy color: '#DD06CC'

red 221 ◦ green 6 ◦ blue 204

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

Shades of Deep Magenta #DD06CC

Tints of Deep Magenta #DD06CC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.39%

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

R = 51.28%
G = 1.39%
B = 47.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD06CC (or 0xDD06CC) is known color: Deep Magenta. HEX triplet: DD, 06 and CC. RGB value is (221,6,204). Sum of RGB (Red+Green+Blue) = 221+6+204=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 6 (2.73% from 255 or 1.39% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD06CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD06CC is #22F933. Grayscale: #5C5C5C. Windows color (decimal): -2292020 or 13371101. OLE color: 13371101.

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

Color convert

RGB 221 6 204 -
CMYK 0 0.97 0.08 0.13
HSL 304.74º 0.95% 0.45% -
HSV(B) 304.74º 0.97% 0.87% -
XYZ 40.78 19.86 58.81 -
YUV 92.86 190.73 219.4 -
System Red Green Blue C M Y K H S L
Decimal 221 6 204 0 0.97 0.08 0.13 304.74 0.95 0.45
Hex DD 6 CC 0 61 8 D 131 5F 2D
Octal 335 6 314 0 141 10 15 461 137 55
Binary 11011101 110 11001100 0 1100001 1000 1101 100110001 1011111 101101

Color Harmonies of #DD06CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD06CC

Black with #DD06CC

Text Example


Text Example

White with #DD06CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD06CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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