Html Css Color HEX #D917BA Deep Magenta

📋 copy color: '#D917BA'

red 217 ◦ green 23 ◦ blue 186

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

Shades of Deep Magenta #D917BA

Tints of Deep Magenta #D917BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.66%

R = 50.94%
G = 5.4%
B = 43.66%

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

#D917BA (or 0xD917BA) is known color: Deep Magenta. HEX triplet: D9, 17 and BA. RGB value is (217,23,186). Sum of RGB (Red+Green+Blue) = 217+23+186=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 23 (9.38% from 255 or 5.40% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D917BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D917BA is #26E845. Grayscale: #636363. Windows color (decimal): -2549830 or 12195801. OLE color: 12195801.

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

Color convert

RGB 217 23 186 -
CMYK 0 0.89 0.14 0.15
HSL 309.59º 0.81% 0.47% -
HSV(B) 309.59º 0.89% 0.85% -
XYZ 37.78 18.91 48.11 -
YUV 99.59 176.77 211.75 -
System Red Green Blue C M Y K H S L
Decimal 217 23 186 0 0.89 0.14 0.15 309.59 0.81 0.47
Hex D9 17 BA 0 59 E F 136 51 2F
Octal 331 27 272 0 131 16 17 466 121 57
Binary 11011001 10111 10111010 0 1011001 1110 1111 100110110 1010001 101111

Color Harmonies of #D917BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D917BA

Black with #D917BA

Text Example


Text Example

White with #D917BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D917BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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