Html Css Color HEX #D006C8 Deep Magenta

📋 copy color: '#D006C8'

red 208 ◦ green 6 ◦ blue 200

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

Shades of Deep Magenta #D006C8

Tints of Deep Magenta #D006C8

RGB

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

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

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

R = 50.24%
G = 1.45%
B = 48.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D006C8 (or 0xD006C8) is known color: Deep Magenta. HEX triplet: D0, 06 and C8. RGB value is (208,6,200). Sum of RGB (Red+Green+Blue) = 208+6+200=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 6 (2.73% from 255 or 1.45% from 414); Blue value is 200 (78.52% from 255 or 48.31% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D006C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D006C8 is #2FF937. Grayscale: #575757. Windows color (decimal): -3143992 or 13108944. OLE color: 13108944.

HSL color Cylindrical-coordinate representation of color #D006C8: hue angle of 302.38º 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 #D006C8 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 6 200 -
CMYK 0 0.97 0.04 0.18
HSL 302.38º 0.94% 0.42% -
HSV(B) 302.38º 0.97% 0.82% -
XYZ 36.5 17.71 56.14 -
YUV 88.51 190.92 213.23 -
System Red Green Blue C M Y K H S L
Decimal 208 6 200 0 0.97 0.04 0.18 302.38 0.94 0.42
Hex D0 6 C8 0 61 4 12 12E 5E 2A
Octal 320 6 310 0 141 4 22 456 136 52
Binary 11010000 110 11001000 0 1100001 100 10010 100101110 1011110 101010

Color Harmonies of #D006C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D006C8

Black with #D006C8

Text Example


Text Example

White with #D006C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D006C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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