Html Css Color HEX #D206CC Deep Magenta

📋 copy color: '#D206CC'

red 210 ◦ green 6 ◦ blue 204

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

Shades of Deep Magenta #D206CC

Tints of Deep Magenta #D206CC

RGB

 RED value IS 210 (82.42% from 255) = 50%

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

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

R = 50%
G = 1.43%
B = 48.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D206CC (or 0xD206CC) is known color: Deep Magenta. HEX triplet: D2, 06 and CC. RGB value is (210,6,204). Sum of RGB (Red+Green+Blue) = 210+6+204=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 6 (2.73% from 255 or 1.43% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D206CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D206CC is #2DF933. Grayscale: #585858. Windows color (decimal): -3012916 or 13371090. OLE color: 13371090.

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

Color convert

RGB 210 6 204 -
CMYK 0 0.97 0.03 0.18
HSL 301.76º 0.94% 0.42% -
HSV(B) 301.76º 0.97% 0.82% -
XYZ 37.54 18.19 58.66 -
YUV 89.57 192.59 213.9 -
System Red Green Blue C M Y K H S L
Decimal 210 6 204 0 0.97 0.03 0.18 301.76 0.94 0.42
Hex D2 6 CC 0 61 3 12 12E 5E 2A
Octal 322 6 314 0 141 3 22 456 136 52
Binary 11010010 110 11001100 0 1100001 11 10010 100101110 1011110 101010

Color Harmonies of #D206CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D206CC

Black with #D206CC

Text Example


Text Example

White with #D206CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D206CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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