Html Css Color HEX #D91ADE Deep Magenta

📋 copy color: '#D91ADE'

red 217 ◦ green 26 ◦ blue 222

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

Shades of Deep Magenta #D91ADE

Tints of Deep Magenta #D91ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.74%

R = 46.67%
G = 5.59%
B = 47.74%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D91ADE (or 0xD91ADE) is known color: Deep Magenta. HEX triplet: D9, 1A and DE. RGB value is (217,26,222). Sum of RGB (Red+Green+Blue) = 217+26+222=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 26 (10.55% from 255 or 5.59% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #D91ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91ADE is #26E521. Grayscale: #686868. Windows color (decimal): -2549026 or 14555865. OLE color: 14555865.

HSL color Cylindrical-coordinate representation of color #D91ADE: hue angle of 298.47º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91ADE is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 26 222 -
CMYK 0.02 0.88 0 0.13
HSL 298.47º 0.79% 0.49% -
HSV(B) 298.47º 0.88% 0.87% -
XYZ 42.17 20.76 70.89 -
YUV 105.45 193.78 207.56 -
System Red Green Blue C M Y K H S L
Decimal 217 26 222 0.02 0.88 0 0.13 298.47 0.79 0.49
Hex D9 1A DE 2 58 0 D 12A 4F 31
Octal 331 32 336 2 130 0 15 452 117 61
Binary 11011001 11010 11011110 10 1011000 0 1101 100101010 1001111 110001

Color Harmonies of #D91ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91ADE

Black with #D91ADE

Text Example


Text Example

White with #D91ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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