Html Css Color HEX #D71AC7 Deep Magenta

📋 copy color: '#D71AC7'

red 215 ◦ green 26 ◦ blue 199

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

Shades of Deep Magenta #D71AC7

Tints of Deep Magenta #D71AC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.23%

R = 48.86%
G = 5.91%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D71AC7 (or 0xD71AC7) is known color: Deep Magenta. HEX triplet: D7, 1A and C7. RGB value is (215,26,199). Sum of RGB (Red+Green+Blue) = 215+26+199=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 26 (10.55% from 255 or 5.91% from 440); Blue value is 199 (78.12% from 255 or 45.23% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D71AC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71AC7 is #28E538. Grayscale: #656565. Windows color (decimal): -2680121 or 13048535. OLE color: 13048535.

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

Color convert

RGB 215 26 199 -
CMYK 0 0.88 0.07 0.16
HSL 305.08º 0.78% 0.47% -
HSV(B) 305.08º 0.88% 0.84% -
XYZ 38.7 19.31 55.72 -
YUV 102.23 182.62 208.43 -
System Red Green Blue C M Y K H S L
Decimal 215 26 199 0 0.88 0.07 0.16 305.08 0.78 0.47
Hex D7 1A C7 0 58 7 10 131 4E 2F
Octal 327 32 307 0 130 7 20 461 116 57
Binary 11010111 11010 11000111 0 1011000 111 10000 100110001 1001110 101111

Color Harmonies of #D71AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71AC7

Black with #D71AC7

Text Example


Text Example

White with #D71AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71AC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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