Html Css Color HEX #D006CC Deep Magenta

📋 copy color: '#D006CC'

red 208 ◦ green 6 ◦ blue 204

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

Shades of Deep Magenta #D006CC

Tints of Deep Magenta #D006CC

RGB

 RED value IS 208 (81.64% from 255) = 49.76%

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

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

R = 49.76%
G = 1.44%
B = 48.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D006CC (or 0xD006CC) is known color: Deep Magenta. HEX triplet: D0, 06 and CC. RGB value is (208,6,204). Sum of RGB (Red+Green+Blue) = 208+6+204=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 6 (2.73% from 255 or 1.44% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D006CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D006CC is #2FF933. Grayscale: #585858. Windows color (decimal): -3143988 or 13371088. OLE color: 13371088.

HSL color Cylindrical-coordinate representation of color #D006CC: hue angle of 301.19º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D006CC is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 6 204 -
CMYK 0 0.97 0.02 0.18
HSL 301.19º 0.94% 0.42% -
HSV(B) 301.19º 0.97% 0.82% -
XYZ 36.98 17.9 58.63 -
YUV 88.97 192.92 212.9 -
System Red Green Blue C M Y K H S L
Decimal 208 6 204 0 0.97 0.02 0.18 301.19 0.94 0.42
Hex D0 6 CC 0 61 2 12 12D 5E 2A
Octal 320 6 314 0 141 2 22 455 136 52
Binary 11010000 110 11001100 0 1100001 10 10010 100101101 1011110 101010

Color Harmonies of #D006CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D006CC

Black with #D006CC

Text Example


Text Example

White with #D006CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D006CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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