Html Css Color HEX #D817BA Deep Magenta

📋 copy color: '#D817BA'

red 216 ◦ green 23 ◦ blue 186

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

Shades of Deep Magenta #D817BA

Tints of Deep Magenta #D817BA

RGB

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

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

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

R = 50.82%
G = 5.41%
B = 43.76%

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

#D817BA (or 0xD817BA) is known color: Deep Magenta. HEX triplet: D8, 17 and BA. RGB value is (216,23,186). Sum of RGB (Red+Green+Blue) = 216+23+186=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 23 (9.38% from 255 or 5.41% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D817BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D817BA is #27E845. Grayscale: #626262. Windows color (decimal): -2615366 or 12195800. OLE color: 12195800.

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

Color convert

RGB 216 23 186 -
CMYK 0 0.89 0.14 0.15
HSL 309.33º 0.81% 0.47% -
HSV(B) 309.33º 0.89% 0.85% -
XYZ 37.49 18.76 48.1 -
YUV 99.29 176.94 211.25 -
System Red Green Blue C M Y K H S L
Decimal 216 23 186 0 0.89 0.14 0.15 309.33 0.81 0.47
Hex D8 17 BA 0 59 E F 135 51 2F
Octal 330 27 272 0 131 16 17 465 121 57
Binary 11011000 10111 10111010 0 1011001 1110 1111 100110101 1010001 101111

Color Harmonies of #D817BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D817BA

Black with #D817BA

Text Example


Text Example

White with #D817BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D817BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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