Html Css Color HEX #D919BA Deep Magenta

📋 copy color: '#D919BA'

red 217 ◦ green 25 ◦ blue 186

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

Shades of Deep Magenta #D919BA

Tints of Deep Magenta #D919BA

RGB

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

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

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

R = 50.7%
G = 5.84%
B = 43.46%

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

#D919BA (or 0xD919BA) is known color: Deep Magenta. HEX triplet: D9, 19 and BA. RGB value is (217,25,186). Sum of RGB (Red+Green+Blue) = 217+25+186=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 25 (10.16% from 255 or 5.84% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D919BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D919BA is #26E645. Grayscale: #646464. Windows color (decimal): -2549318 or 12196313. OLE color: 12196313.

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

Color convert

RGB 217 25 186 -
CMYK 0 0.88 0.14 0.15
HSL 309.69º 0.79% 0.47% -
HSV(B) 309.69º 0.88% 0.85% -
XYZ 37.83 18.99 48.13 -
YUV 100.76 176.11 210.91 -
System Red Green Blue C M Y K H S L
Decimal 217 25 186 0 0.88 0.14 0.15 309.69 0.79 0.47
Hex D9 19 BA 0 58 E F 136 4F 2F
Octal 331 31 272 0 130 16 17 466 117 57
Binary 11011001 11001 10111010 0 1011000 1110 1111 100110110 1001111 101111

Color Harmonies of #D919BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D919BA

Black with #D919BA

Text Example


Text Example

White with #D919BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D919BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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