Html Css Color HEX #D800DC Deep Magenta

📋 copy color: '#D800DC'

red 216 ◦ green 0 ◦ blue 220

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

Shades of Deep Magenta #D800DC

Tints of Deep Magenta #D800DC

RGB

 RED value IS 216 (84.77% from 255) = 49.54%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 220 (86.33% from 255) = 50.46%

R = 49.54%
G = 0%
B = 50.46%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D800DC (or 0xD800DC) is known color: Deep Magenta. HEX triplet: D8, 00 and DC. RGB value is (216,0,220). Sum of RGB (Red+Green+Blue) = 216+0+220=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 0 (0.39% from 255 or 0% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #D800DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D800DC is #27FF23. Grayscale: #595959. Windows color (decimal): -2621220 or 14418136. OLE color: 14418136.

HSL color Cylindrical-coordinate representation of color #D800DC: hue angle of 298.91º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D800DC is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 0 220 -
CMYK 0.02 1 0 0.14
HSL 298.91º 1% 0.43% -
HSV(B) 298.91º 1% 0.86% -
XYZ 41.24 19.77 69.35 -
YUV 89.66 201.56 218.11 -
System Red Green Blue C M Y K H S L
Decimal 216 0 220 0.02 1 0 0.14 298.91 1 0.43
Hex D8 0 DC 2 64 0 E 12B 64 2B
Octal 330 0 334 2 144 0 16 453 144 53
Binary 11011000 0 11011100 10 1100100 0 1110 100101011 1100100 101011

Color Harmonies of #D800DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D800DC

Black with #D800DC

Text Example


Text Example

White with #D800DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D800DC; }

 p { color: rgb(216,0,220); }

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

background-color css

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

 a { background-color: rgb(216,0,220); }

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

border-color css

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

 span { border-color: rgb(216,0,220); }

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