Html Css Color HEX #D808B1 Deep Magenta

📋 copy color: '#D808B1'

red 216 ◦ green 8 ◦ blue 177

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

Shades of Deep Magenta #D808B1

Tints of Deep Magenta #D808B1

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2%

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

R = 53.87%
G = 2%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D808B1 (or 0xD808B1) is known color: Deep Magenta. HEX triplet: D8, 08 and B1. RGB value is (216,8,177). Sum of RGB (Red+Green+Blue) = 216+8+177=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 8 (3.52% from 255 or 2.00% from 401); Blue value is 177 (69.53% from 255 or 44.14% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D808B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D808B1 is #27F74E. Grayscale: #585858. Windows color (decimal): -2619215 or 11602136. OLE color: 11602136.

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

Color convert

RGB 216 8 177 -
CMYK 0 0.96 0.18 0.15
HSL 311.25º 0.93% 0.44% -
HSV(B) 311.25º 0.96% 0.85% -
XYZ 36.34 17.95 43.14 -
YUV 89.46 177.41 218.26 -
System Red Green Blue C M Y K H S L
Decimal 216 8 177 0 0.96 0.18 0.15 311.25 0.93 0.44
Hex D8 8 B1 0 60 12 F 137 5D 2C
Octal 330 10 261 0 140 22 17 467 135 54
Binary 11011000 1000 10110001 0 1100000 10010 1111 100110111 1011101 101100

Color Harmonies of #D808B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D808B1

Black with #D808B1

Text Example


Text Example

White with #D808B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D808B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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