Html Css Color HEX #D91ACC Deep Magenta

📋 copy color: '#D91ACC'

red 217 ◦ green 26 ◦ blue 204

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

Shades of Deep Magenta #D91ACC

Tints of Deep Magenta #D91ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.64%

R = 48.55%
G = 5.82%
B = 45.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D91ACC (or 0xD91ACC) is known color: Deep Magenta. HEX triplet: D9, 1A and CC. RGB value is (217,26,204). Sum of RGB (Red+Green+Blue) = 217+26+204=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 26 (10.55% from 255 or 5.82% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D91ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91ACC is #26E533. Grayscale: #666666. Windows color (decimal): -2549044 or 13376217. OLE color: 13376217.

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

Color convert

RGB 217 26 204 -
CMYK 0 0.88 0.06 0.15
HSL 304.08º 0.79% 0.48% -
HSV(B) 304.08º 0.88% 0.85% -
XYZ 39.88 19.85 58.86 -
YUV 103.4 184.78 209.03 -
System Red Green Blue C M Y K H S L
Decimal 217 26 204 0 0.88 0.06 0.15 304.08 0.79 0.48
Hex D9 1A CC 0 58 6 F 130 4F 30
Octal 331 32 314 0 130 6 17 460 117 60
Binary 11011001 11010 11001100 0 1011000 110 1111 100110000 1001111 110000

Color Harmonies of #D91ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91ACC

Black with #D91ACC

Text Example


Text Example

White with #D91ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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