Html Css Color HEX #D816B8 Deep Magenta

📋 copy color: '#D816B8'

red 216 ◦ green 22 ◦ blue 184

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

Shades of Deep Magenta #D816B8

Tints of Deep Magenta #D816B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 43.6%

R = 51.18%
G = 5.21%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D816B8 (or 0xD816B8) is known color: Deep Magenta. HEX triplet: D8, 16 and B8. RGB value is (216,22,184). Sum of RGB (Red+Green+Blue) = 216+22+184=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 22 (8.98% from 255 or 5.21% from 422); Blue value is 184 (72.27% from 255 or 43.60% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D816B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D816B8 is #27E947. Grayscale: #626262. Windows color (decimal): -2615624 or 12064472. OLE color: 12064472.

HSL color Cylindrical-coordinate representation of color #D816B8: hue angle of 309.9º 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 #D816B8 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 22 184 -
CMYK 0 0.90 0.15 0.15
HSL 309.9º 0.82% 0.47% -
HSV(B) 309.9º 0.9% 0.85% -
XYZ 37.26 18.63 46.98 -
YUV 98.47 176.27 211.83 -
System Red Green Blue C M Y K H S L
Decimal 216 22 184 0 0.90 0.15 0.15 309.9 0.82 0.47
Hex D8 16 B8 0 5A F F 136 52 2F
Octal 330 26 270 0 132 17 17 466 122 57
Binary 11011000 10110 10111000 0 1011010 1111 1111 100110110 1010010 101111

Color Harmonies of #D816B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D816B8

Black with #D816B8

Text Example


Text Example

White with #D816B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D816B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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