Html Css Color HEX #D817BB Deep Magenta

📋 copy color: '#D817BB'

red 216 ◦ green 23 ◦ blue 187

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

Shades of Deep Magenta #D817BB

Tints of Deep Magenta #D817BB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.4%

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

R = 50.7%
G = 5.4%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D817BB (or 0xD817BB) is known color: Deep Magenta. HEX triplet: D8, 17 and BB. RGB value is (216,23,187). Sum of RGB (Red+Green+Blue) = 216+23+187=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 23 (9.38% from 255 or 5.40% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D817BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D817BB is #27E844. Grayscale: #626262. Windows color (decimal): -2615365 or 12261336. OLE color: 12261336.

HSL color Cylindrical-coordinate representation of color #D817BB: hue angle of 309.02º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D817BB is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 23 187 -
CMYK 0 0.89 0.13 0.15
HSL 309.02º 0.81% 0.47% -
HSV(B) 309.02º 0.89% 0.85% -
XYZ 37.59 18.8 48.66 -
YUV 99.4 177.44 211.16 -
System Red Green Blue C M Y K H S L
Decimal 216 23 187 0 0.89 0.13 0.15 309.02 0.81 0.47
Hex D8 17 BB 0 59 D F 135 51 2F
Octal 330 27 273 0 131 15 17 465 121 57
Binary 11011000 10111 10111011 0 1011001 1101 1111 100110101 1010001 101111

Color Harmonies of #D817BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D817BB

Black with #D817BB

Text Example


Text Example

White with #D817BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D817BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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