Html Css Color HEX #D91DBB Deep Magenta

📋 copy color: '#D91DBB'

red 217 ◦ green 29 ◦ blue 187

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

Shades of Deep Magenta #D91DBB

Tints of Deep Magenta #D91DBB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.7%

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

R = 50.12%
G = 6.7%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D91DBB (or 0xD91DBB) is known color: Deep Magenta. HEX triplet: D9, 1D and BB. RGB value is (217,29,187). Sum of RGB (Red+Green+Blue) = 217+29+187=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 29 (11.72% from 255 or 6.70% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D91DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91DBB is #26E244. Grayscale: #666666. Windows color (decimal): -2548293 or 12262873. OLE color: 12262873.

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

Color convert

RGB 217 29 187 -
CMYK 0 0.87 0.14 0.15
HSL 309.57º 0.76% 0.48% -
HSV(B) 309.57º 0.87% 0.85% -
XYZ 38.02 19.22 48.72 -
YUV 103.22 175.28 209.15 -
System Red Green Blue C M Y K H S L
Decimal 217 29 187 0 0.87 0.14 0.15 309.57 0.76 0.48
Hex D9 1D BB 0 57 E F 136 4C 30
Octal 331 35 273 0 127 16 17 466 114 60
Binary 11011001 11101 10111011 0 1010111 1110 1111 100110110 1001100 110000

Color Harmonies of #D91DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91DBB

Black with #D91DBB

Text Example


Text Example

White with #D91DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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