Html Css Color HEX #D917BB Deep Magenta

📋 copy color: '#D917BB'

red 217 ◦ green 23 ◦ blue 187

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

Shades of Deep Magenta #D917BB

Tints of Deep Magenta #D917BB

RGB

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

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

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

R = 50.82%
G = 5.39%
B = 43.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D917BB (or 0xD917BB) is known color: Deep Magenta. HEX triplet: D9, 17 and BB. RGB value is (217,23,187). Sum of RGB (Red+Green+Blue) = 217+23+187=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 23 (9.38% from 255 or 5.39% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D917BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D917BB is #26E844. Grayscale: #636363. Windows color (decimal): -2549829 or 12261337. OLE color: 12261337.

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

Color convert

RGB 217 23 187 -
CMYK 0 0.89 0.14 0.15
HSL 309.28º 0.81% 0.47% -
HSV(B) 309.28º 0.89% 0.85% -
XYZ 37.89 18.95 48.67 -
YUV 99.7 177.27 211.66 -
System Red Green Blue C M Y K H S L
Decimal 217 23 187 0 0.89 0.14 0.15 309.28 0.81 0.47
Hex D9 17 BB 0 59 E F 135 51 2F
Octal 331 27 273 0 131 16 17 465 121 57
Binary 11011001 10111 10111011 0 1011001 1110 1111 100110101 1010001 101111

Color Harmonies of #D917BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D917BB

Black with #D917BB

Text Example


Text Example

White with #D917BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D917BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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