Html Css Color HEX #D806B1 Deep Magenta

📋 copy color: '#D806B1'

red 216 ◦ green 6 ◦ blue 177

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

Shades of Deep Magenta #D806B1

Tints of Deep Magenta #D806B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 44.36%

R = 54.14%
G = 1.5%
B = 44.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D806B1 (or 0xD806B1) is known color: Deep Magenta. HEX triplet: D8, 06 and B1. RGB value is (216,6,177). Sum of RGB (Red+Green+Blue) = 216+6+177=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 6 (2.73% from 255 or 1.50% from 399); Blue value is 177 (69.53% from 255 or 44.36% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D806B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D806B1 is #27F94E. Grayscale: #575757. Windows color (decimal): -2619727 or 11601624. OLE color: 11601624.

HSL color Cylindrical-coordinate representation of color #D806B1: hue angle of 311.14º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D806B1 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 6 177 -
CMYK 0 0.97 0.18 0.15
HSL 311.14º 0.95% 0.44% -
HSV(B) 311.14º 0.97% 0.85% -
XYZ 36.32 17.9 43.14 -
YUV 88.28 178.07 219.1 -
System Red Green Blue C M Y K H S L
Decimal 216 6 177 0 0.97 0.18 0.15 311.14 0.95 0.44
Hex D8 6 B1 0 61 12 F 137 5F 2C
Octal 330 6 261 0 141 22 17 467 137 54
Binary 11011000 110 10110001 0 1100001 10010 1111 100110111 1011111 101100

Color Harmonies of #D806B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D806B1

Black with #D806B1

Text Example


Text Example

White with #D806B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D806B1; }

 p { color: rgb(216,6,177); }

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

background-color css

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

 a { background-color: rgb(216,6,177); }

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

border-color css

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

 span { border-color: rgb(216,6,177); }

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