Html Css Color HEX #D716BB Deep Magenta

📋 copy color: '#D716BB'

red 215 ◦ green 22 ◦ blue 187

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

Shades of Deep Magenta #D716BB

Tints of Deep Magenta #D716BB

RGB

 RED value IS 215 (84.38% from 255) = 50.71%

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

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

R = 50.71%
G = 5.19%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D716BB (or 0xD716BB) is known color: Deep Magenta. HEX triplet: D7, 16 and BB. RGB value is (215,22,187). Sum of RGB (Red+Green+Blue) = 215+22+187=424 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.71% from 424); Green value is 22 (8.98% from 255 or 5.19% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 215 - color contains mainly: red. Hex color #D716BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D716BB is #28E944. Grayscale: #626262. Windows color (decimal): -2681157 or 12261079. OLE color: 12261079.

HSL color Cylindrical-coordinate representation of color #D716BB: hue angle of 308.7º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D716BB is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 22 187 -
CMYK 0 0.90 0.13 0.16
HSL 308.7º 0.81% 0.46% -
HSV(B) 308.7º 0.9% 0.84% -
XYZ 37.28 18.61 48.64 -
YUV 98.52 177.94 211.08 -
System Red Green Blue C M Y K H S L
Decimal 215 22 187 0 0.90 0.13 0.16 308.7 0.81 0.46
Hex D7 16 BB 0 5A D 10 135 51 2E
Octal 327 26 273 0 132 15 20 465 121 56
Binary 11010111 10110 10111011 0 1011010 1101 10000 100110101 1010001 101110

Color Harmonies of #D716BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D716BB

Black with #D716BB

Text Example


Text Example

White with #D716BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D716BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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