Html Css Color HEX #D91ABB Deep Magenta

📋 copy color: '#D91ABB'

red 217 ◦ green 26 ◦ blue 187

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

Shades of Deep Magenta #D91ABB

Tints of Deep Magenta #D91ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.49%

R = 50.47%
G = 6.05%
B = 43.49%

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

#D91ABB (or 0xD91ABB) is known color: Deep Magenta. HEX triplet: D9, 1A and BB. RGB value is (217,26,187). Sum of RGB (Red+Green+Blue) = 217+26+187=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 26 (10.55% from 255 or 6.05% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D91ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91ABB is #26E544. Grayscale: #656565. Windows color (decimal): -2549061 or 12262105. OLE color: 12262105.

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

Color convert

RGB 217 26 187 -
CMYK 0 0.88 0.14 0.15
HSL 309.42º 0.79% 0.48% -
HSV(B) 309.42º 0.88% 0.85% -
XYZ 37.95 19.08 48.7 -
YUV 101.46 176.28 210.41 -
System Red Green Blue C M Y K H S L
Decimal 217 26 187 0 0.88 0.14 0.15 309.42 0.79 0.48
Hex D9 1A BB 0 58 E F 135 4F 30
Octal 331 32 273 0 130 16 17 465 117 60
Binary 11011001 11010 10111011 0 1011000 1110 1111 100110101 1001111 110000

Color Harmonies of #D91ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91ABB

Black with #D91ABB

Text Example


Text Example

White with #D91ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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