Html Css Color HEX #D816B6 Deep Magenta

📋 copy color: '#D816B6'

red 216 ◦ green 22 ◦ blue 182

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

Shades of Deep Magenta #D816B6

Tints of Deep Magenta #D816B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 43.33%

R = 51.43%
G = 5.24%
B = 43.33%

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

#D816B6 (or 0xD816B6) is known color: Deep Magenta. HEX triplet: D8, 16 and B6. RGB value is (216,22,182). Sum of RGB (Red+Green+Blue) = 216+22+182=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 22 (8.98% from 255 or 5.24% from 420); Blue value is 182 (71.48% from 255 or 43.33% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D816B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D816B6 is #27E949. Grayscale: #616161. Windows color (decimal): -2615626 or 11933400. OLE color: 11933400.

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

Color convert

RGB 216 22 182 -
CMYK 0 0.90 0.16 0.15
HSL 310.52º 0.82% 0.47% -
HSV(B) 310.52º 0.9% 0.85% -
XYZ 37.05 18.55 45.88 -
YUV 98.25 175.27 211.99 -
System Red Green Blue C M Y K H S L
Decimal 216 22 182 0 0.90 0.16 0.15 310.52 0.82 0.47
Hex D8 16 B6 0 5A 10 F 137 52 2F
Octal 330 26 266 0 132 20 17 467 122 57
Binary 11011000 10110 10110110 0 1011010 10000 1111 100110111 1010010 101111

Color Harmonies of #D816B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D816B6

Black with #D816B6

Text Example


Text Example

White with #D816B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D816B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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