Html Css Color HEX #D916BB Deep Magenta

📋 copy color: '#D916BB'

red 217 ◦ green 22 ◦ blue 187

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

Shades of Deep Magenta #D916BB

Tints of Deep Magenta #D916BB

RGB

 RED value IS 217 (85.16% from 255) = 50.94%

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

 BLUE value IS 187 (73.44% from 255) = 43.9%

R = 50.94%
G = 5.16%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D916BB (or 0xD916BB) is known color: Deep Magenta. HEX triplet: D9, 16 and BB. RGB value is (217,22,187). Sum of RGB (Red+Green+Blue) = 217+22+187=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 22 (8.98% from 255 or 5.16% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D916BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D916BB is #26E944. Grayscale: #626262. Windows color (decimal): -2550085 or 12261081. OLE color: 12261081.

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

Color convert

RGB 217 22 187 -
CMYK 0 0.90 0.14 0.15
HSL 309.23º 0.82% 0.47% -
HSV(B) 309.23º 0.9% 0.85% -
XYZ 37.87 18.91 48.67 -
YUV 99.12 177.6 212.08 -
System Red Green Blue C M Y K H S L
Decimal 217 22 187 0 0.90 0.14 0.15 309.23 0.82 0.47
Hex D9 16 BB 0 5A E F 135 52 2F
Octal 331 26 273 0 132 16 17 465 122 57
Binary 11011001 10110 10111011 0 1011010 1110 1111 100110101 1010010 101111

Color Harmonies of #D916BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D916BB

Black with #D916BB

Text Example


Text Example

White with #D916BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D916BB; }

 p { color: rgb(217,22,187); }

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

background-color css

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

 a { background-color: rgb(217,22,187); }

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

border-color css

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

 span { border-color: rgb(217,22,187); }

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