Html Css Color HEX #D91EBF Deep Magenta

📋 copy color: '#D91EBF'

red 217 ◦ green 30 ◦ blue 191

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

Shades of Deep Magenta #D91EBF

Tints of Deep Magenta #D91EBF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.85%

 BLUE value IS 191 (75% from 255) = 43.61%

R = 49.54%
G = 6.85%
B = 43.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D91EBF (or 0xD91EBF) is known color: Deep Magenta. HEX triplet: D9, 1E and BF. RGB value is (217,30,191). Sum of RGB (Red+Green+Blue) = 217+30+191=438 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.54% from 438); Green value is 30 (12.11% from 255 or 6.85% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 217 - color contains mainly: red. Hex color #D91EBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91EBF is #26E140. Grayscale: #676767. Windows color (decimal): -2548033 or 12525273. OLE color: 12525273.

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

Color convert

RGB 217 30 191 -
CMYK 0 0.86 0.12 0.15
HSL 308.34º 0.76% 0.48% -
HSV(B) 308.34º 0.86% 0.85% -
XYZ 38.48 19.44 51.01 -
YUV 104.27 176.95 208.41 -
System Red Green Blue C M Y K H S L
Decimal 217 30 191 0 0.86 0.12 0.15 308.34 0.76 0.48
Hex D9 1E BF 0 56 C F 134 4C 30
Octal 331 36 277 0 126 14 17 464 114 60
Binary 11011001 11110 10111111 0 1010110 1100 1111 100110100 1001100 110000

Color Harmonies of #D91EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91EBF

Black with #D91EBF

Text Example


Text Example

White with #D91EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91EBF; }

 p { color: rgb(217,30,191); }

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

background-color css

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

 a { background-color: rgb(217,30,191); }

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

border-color css

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

 span { border-color: rgb(217,30,191); }

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