Html Css Color HEX #D91ABA Deep Magenta

📋 copy color: '#D91ABA'

red 217 ◦ green 26 ◦ blue 186

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

Shades of Deep Magenta #D91ABA

Tints of Deep Magenta #D91ABA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.06%

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

R = 50.58%
G = 6.06%
B = 43.36%

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

#D91ABA (or 0xD91ABA) is known color: Deep Magenta. HEX triplet: D9, 1A and BA. RGB value is (217,26,186). Sum of RGB (Red+Green+Blue) = 217+26+186=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 26 (10.55% from 255 or 6.06% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D91ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91ABA is #26E545. Grayscale: #646464. Windows color (decimal): -2549062 or 12196569. OLE color: 12196569.

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

Color convert

RGB 217 26 186 -
CMYK 0 0.88 0.14 0.15
HSL 309.74º 0.79% 0.48% -
HSV(B) 309.74º 0.88% 0.85% -
XYZ 37.85 19.04 48.13 -
YUV 101.35 175.78 210.49 -
System Red Green Blue C M Y K H S L
Decimal 217 26 186 0 0.88 0.14 0.15 309.74 0.79 0.48
Hex D9 1A BA 0 58 E F 136 4F 30
Octal 331 32 272 0 130 16 17 466 117 60
Binary 11011001 11010 10111010 0 1011000 1110 1111 100110110 1001111 110000

Color Harmonies of #D91ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91ABA

Black with #D91ABA

Text Example


Text Example

White with #D91ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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