Html Css Color HEX #D91AC5 Deep Magenta

📋 copy color: '#D91AC5'

red 217 ◦ green 26 ◦ blue 197

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

Shades of Deep Magenta #D91AC5

Tints of Deep Magenta #D91AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 44.77%

R = 49.32%
G = 5.91%
B = 44.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D91AC5 (or 0xD91AC5) is known color: Deep Magenta. HEX triplet: D9, 1A and C5. RGB value is (217,26,197). Sum of RGB (Red+Green+Blue) = 217+26+197=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 26 (10.55% from 255 or 5.91% from 440); Blue value is 197 (77.34% from 255 or 44.77% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D91AC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91AC5 is #26E53A. Grayscale: #666666. Windows color (decimal): -2549051 or 12917465. OLE color: 12917465.

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

Color convert

RGB 217 26 197 -
CMYK 0 0.88 0.09 0.15
HSL 306.28º 0.79% 0.48% -
HSV(B) 306.28º 0.88% 0.85% -
XYZ 39.06 19.52 54.53 -
YUV 102.6 181.28 209.6 -
System Red Green Blue C M Y K H S L
Decimal 217 26 197 0 0.88 0.09 0.15 306.28 0.79 0.48
Hex D9 1A C5 0 58 9 F 132 4F 30
Octal 331 32 305 0 130 11 17 462 117 60
Binary 11011001 11010 11000101 0 1011000 1001 1111 100110010 1001111 110000

Color Harmonies of #D91AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91AC5

Black with #D91AC5

Text Example


Text Example

White with #D91AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91AC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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