Html Css Color HEX #D819BA Deep Magenta

📋 copy color: '#D819BA'

red 216 ◦ green 25 ◦ blue 186

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

Shades of Deep Magenta #D819BA

Tints of Deep Magenta #D819BA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.85%

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

R = 50.59%
G = 5.85%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D819BA (or 0xD819BA) is known color: Deep Magenta. HEX triplet: D8, 19 and BA. RGB value is (216,25,186). Sum of RGB (Red+Green+Blue) = 216+25+186=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 25 (10.16% from 255 or 5.85% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D819BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D819BA is #27E645. Grayscale: #646464. Windows color (decimal): -2614854 or 12196312. OLE color: 12196312.

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

Color convert

RGB 216 25 186 -
CMYK 0 0.88 0.14 0.15
HSL 309.42º 0.79% 0.47% -
HSV(B) 309.42º 0.88% 0.85% -
XYZ 37.53 18.84 48.11 -
YUV 100.46 176.28 210.41 -
System Red Green Blue C M Y K H S L
Decimal 216 25 186 0 0.88 0.14 0.15 309.42 0.79 0.47
Hex D8 19 BA 0 58 E F 135 4F 2F
Octal 330 31 272 0 130 16 17 465 117 57
Binary 11011000 11001 10111010 0 1011000 1110 1111 100110101 1001111 101111

Color Harmonies of #D819BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D819BA

Black with #D819BA

Text Example


Text Example

White with #D819BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D819BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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