Html Css Color HEX #D71AC5 Deep Magenta

📋 copy color: '#D71AC5'

red 215 ◦ green 26 ◦ blue 197

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

Shades of Deep Magenta #D71AC5

Tints of Deep Magenta #D71AC5

RGB

 RED value IS 215 (84.38% from 255) = 49.09%

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

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

R = 49.09%
G = 5.94%
B = 44.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D71AC5 (or 0xD71AC5) is known color: Deep Magenta. HEX triplet: D7, 1A and C5. RGB value is (215,26,197). Sum of RGB (Red+Green+Blue) = 215+26+197=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 26 (10.55% from 255 or 5.94% from 438); Blue value is 197 (77.34% from 255 or 44.98% from 438); Max value from RGB is 215 - color contains mainly: red. Hex color #D71AC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71AC5 is #28E53A. Grayscale: #656565. Windows color (decimal): -2680123 or 12917463. OLE color: 12917463.

HSL color Cylindrical-coordinate representation of color #D71AC5: hue angle of 305.71º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71AC5 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 26 197 -
CMYK 0 0.88 0.08 0.16
HSL 305.71º 0.78% 0.47% -
HSV(B) 305.71º 0.88% 0.84% -
XYZ 38.47 19.22 54.5 -
YUV 102.01 181.62 208.6 -
System Red Green Blue C M Y K H S L
Decimal 215 26 197 0 0.88 0.08 0.16 305.71 0.78 0.47
Hex D7 1A C5 0 58 8 10 132 4E 2F
Octal 327 32 305 0 130 10 20 462 116 57
Binary 11010111 11010 11000101 0 1011000 1000 10000 100110010 1001110 101111

Color Harmonies of #D71AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71AC5

Black with #D71AC5

Text Example


Text Example

White with #D71AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71AC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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