Html Css Color HEX #D800B0 Deep Magenta

📋 copy color: '#D800B0'

red 216 ◦ green 0 ◦ blue 176

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

Shades of Deep Magenta #D800B0

Tints of Deep Magenta #D800B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 44.9%

R = 55.1%
G = 0%
B = 44.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D800B0 (or 0xD800B0) is known color: Deep Magenta. HEX triplet: D8, 00 and B0. RGB value is (216,0,176). Sum of RGB (Red+Green+Blue) = 216+0+176=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 0 (0.39% from 255 or 0% from 392); Blue value is 176 (69.14% from 255 or 44.90% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D800B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D800B0 is #27FF4F. Grayscale: #545454. Windows color (decimal): -2621264 or 11534552. OLE color: 11534552.

HSL color Cylindrical-coordinate representation of color #D800B0: hue angle of 311.11º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D800B0 is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 0 176 -
CMYK 0 1 0.19 0.15
HSL 311.11º 1% 0.42% -
HSV(B) 311.11º 1% 0.85% -
XYZ 36.16 17.73 42.59 -
YUV 84.65 179.56 221.69 -
System Red Green Blue C M Y K H S L
Decimal 216 0 176 0 1 0.19 0.15 311.11 1 0.42
Hex D8 0 B0 0 64 13 F 137 64 2A
Octal 330 0 260 0 144 23 17 467 144 52
Binary 11011000 0 10110000 0 1100100 10011 1111 100110111 1100100 101010

Color Harmonies of #D800B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D800B0

Black with #D800B0

Text Example


Text Example

White with #D800B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D800B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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