Html Css Color HEX #D91DE0 Deep Magenta

📋 copy color: '#D91DE0'

red 217 ◦ green 29 ◦ blue 224

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

Shades of Deep Magenta #D91DE0

Tints of Deep Magenta #D91DE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.66%

R = 46.17%
G = 6.17%
B = 47.66%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D91DE0 (or 0xD91DE0) is known color: Deep Magenta. HEX triplet: D9, 1D and E0. RGB value is (217,29,224). Sum of RGB (Red+Green+Blue) = 217+29+224=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 29 (11.72% from 255 or 6.17% from 470); Blue value is 224 (87.89% from 255 or 47.66% from 470); Max value from RGB is 224 - color contains mainly: blue. Hex color #D91DE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91DE0 is #26E21F. Grayscale: #6A6A6A. Windows color (decimal): -2548256 or 14687705. OLE color: 14687705.

HSL color Cylindrical-coordinate representation of color #D91DE0: hue angle of 297.85º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D91DE0 is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 217 29 224 -
CMYK 0.03 0.87 0 0.12
HSL 297.85º 0.77% 0.5% -
HSV(B) 297.85º 0.87% 0.88% -
XYZ 42.51 21.01 72.34 -
YUV 107.44 193.78 206.14 -
System Red Green Blue C M Y K H S L
Decimal 217 29 224 0.03 0.87 0 0.12 297.85 0.77 0.5
Hex D9 1D E0 3 57 0 C 12A 4D 32
Octal 331 35 340 3 127 0 14 452 115 62
Binary 11011001 11101 11100000 11 1010111 0 1100 100101010 1001101 110010

Color Harmonies of #D91DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91DE0

Black with #D91DE0

Text Example


Text Example

White with #D91DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91DE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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