Html Css Color HEX #D807B5 Deep Magenta

📋 copy color: '#D807B5'

red 216 ◦ green 7 ◦ blue 181

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

Shades of Deep Magenta #D807B5

Tints of Deep Magenta #D807B5

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.73%

 BLUE value IS 181 (71.09% from 255) = 44.8%

R = 53.47%
G = 1.73%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D807B5 (or 0xD807B5) is known color: Deep Magenta. HEX triplet: D8, 07 and B5. RGB value is (216,7,181). Sum of RGB (Red+Green+Blue) = 216+7+181=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 7 (3.12% from 255 or 1.73% from 404); Blue value is 181 (71.09% from 255 or 44.80% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D807B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D807B5 is #27F84A. Grayscale: #585858. Windows color (decimal): -2619467 or 11864024. OLE color: 11864024.

HSL color Cylindrical-coordinate representation of color #D807B5: hue angle of 310.05º degrees, saturation: 0.94, 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 #D807B5 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 7 181 -
CMYK 0 0.97 0.16 0.15
HSL 310.05º 0.94% 0.44% -
HSV(B) 310.05º 0.97% 0.85% -
XYZ 36.74 18.09 45.27 -
YUV 89.33 179.74 218.35 -
System Red Green Blue C M Y K H S L
Decimal 216 7 181 0 0.97 0.16 0.15 310.05 0.94 0.44
Hex D8 7 B5 0 61 10 F 136 5E 2C
Octal 330 7 265 0 141 20 17 466 136 54
Binary 11011000 111 10110101 0 1100001 10000 1111 100110110 1011110 101100

Color Harmonies of #D807B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D807B5

Black with #D807B5

Text Example


Text Example

White with #D807B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D807B5; }

 p { color: rgb(216,7,181); }

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

background-color css

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

 a { background-color: rgb(216,7,181); }

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

border-color css

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

 span { border-color: rgb(216,7,181); }

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