Html Css Color HEX #D815BB Deep Magenta

📋 copy color: '#D815BB'

red 216 ◦ green 21 ◦ blue 187

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

Shades of Deep Magenta #D815BB

Tints of Deep Magenta #D815BB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.95%

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

R = 50.94%
G = 4.95%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D815BB (or 0xD815BB) is known color: Deep Magenta. HEX triplet: D8, 15 and BB. RGB value is (216,21,187). Sum of RGB (Red+Green+Blue) = 216+21+187=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 21 (8.59% from 255 or 4.95% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D815BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D815BB is #27EA44. Grayscale: #616161. Windows color (decimal): -2615877 or 12260824. OLE color: 12260824.

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

Color convert

RGB 216 21 187 -
CMYK 0 0.90 0.13 0.15
HSL 308.92º 0.82% 0.46% -
HSV(B) 308.92º 0.9% 0.85% -
XYZ 37.56 18.72 48.65 -
YUV 98.23 178.1 212 -
System Red Green Blue C M Y K H S L
Decimal 216 21 187 0 0.90 0.13 0.15 308.92 0.82 0.46
Hex D8 15 BB 0 5A D F 135 52 2E
Octal 330 25 273 0 132 15 17 465 122 56
Binary 11011000 10101 10111011 0 1011010 1101 1111 100110101 1010010 101110

Color Harmonies of #D815BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D815BB

Black with #D815BB

Text Example


Text Example

White with #D815BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D815BB; }

 p { color: rgb(216,21,187); }

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

background-color css

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

 a { background-color: rgb(216,21,187); }

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

border-color css

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

 span { border-color: rgb(216,21,187); }

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