Html Css Color HEX #D800DF Deep Magenta

📋 copy color: '#D800DF'

red 216 ◦ green 0 ◦ blue 223

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

Shades of Deep Magenta #D800DF

Tints of Deep Magenta #D800DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.8%

R = 49.2%
G = 0%
B = 50.8%

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D800DF (or 0xD800DF) is known color: Deep Magenta. HEX triplet: D8, 00 and DF. RGB value is (216,0,223). Sum of RGB (Red+Green+Blue) = 216+0+223=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 0 (0.39% from 255 or 0% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #D800DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D800DF is #27FF20. Grayscale: #595959. Windows color (decimal): -2621217 or 14614744. OLE color: 14614744.

HSL color Cylindrical-coordinate representation of color #D800DF: hue angle of 298.12º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D800DF is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 0 223 -
CMYK 0.03 1 0 0.13
HSL 298.12º 1% 0.44% -
HSV(B) 298.12º 1% 0.87% -
XYZ 41.64 19.93 71.46 -
YUV 90.01 203.06 217.87 -
System Red Green Blue C M Y K H S L
Decimal 216 0 223 0.03 1 0 0.13 298.12 1 0.44
Hex D8 0 DF 3 64 0 D 12A 64 2C
Octal 330 0 337 3 144 0 15 452 144 54
Binary 11011000 0 11011111 11 1100100 0 1101 100101010 1100100 101100

Color Harmonies of #D800DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D800DF

Black with #D800DF

Text Example


Text Example

White with #D800DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D800DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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