Html Css Color HEX #D816B5 Deep Magenta

📋 copy color: '#D816B5'

red 216 ◦ green 22 ◦ blue 181

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

Shades of Deep Magenta #D816B5

Tints of Deep Magenta #D816B5

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.25%

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

R = 51.55%
G = 5.25%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D816B5 (or 0xD816B5) is known color: Deep Magenta. HEX triplet: D8, 16 and B5. RGB value is (216,22,181). Sum of RGB (Red+Green+Blue) = 216+22+181=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 22 (8.98% from 255 or 5.25% from 419); Blue value is 181 (71.09% from 255 or 43.20% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D816B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D816B5 is #27E94A. Grayscale: #616161. Windows color (decimal): -2615627 or 11867864. OLE color: 11867864.

HSL color Cylindrical-coordinate representation of color #D816B5: hue angle of 310.82º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D816B5 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 22 181 -
CMYK 0 0.90 0.16 0.15
HSL 310.82º 0.82% 0.47% -
HSV(B) 310.82º 0.9% 0.85% -
XYZ 36.95 18.51 45.34 -
YUV 98.13 174.77 212.07 -
System Red Green Blue C M Y K H S L
Decimal 216 22 181 0 0.90 0.16 0.15 310.82 0.82 0.47
Hex D8 16 B5 0 5A 10 F 137 52 2F
Octal 330 26 265 0 132 20 17 467 122 57
Binary 11011000 10110 10110101 0 1011010 10000 1111 100110111 1010010 101111

Color Harmonies of #D816B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D816B5

Black with #D816B5

Text Example


Text Example

White with #D816B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D816B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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