Html Css Color HEX #D71DC7 Deep Magenta

📋 copy color: '#D71DC7'

red 215 ◦ green 29 ◦ blue 199

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

Shades of Deep Magenta #D71DC7

Tints of Deep Magenta #D71DC7

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.55%

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

R = 48.53%
G = 6.55%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D71DC7 (or 0xD71DC7) is known color: Deep Magenta. HEX triplet: D7, 1D and C7. RGB value is (215,29,199). Sum of RGB (Red+Green+Blue) = 215+29+199=443 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.53% from 443); Green value is 29 (11.72% from 255 or 6.55% from 443); Blue value is 199 (78.12% from 255 or 44.92% from 443); Max value from RGB is 215 - color contains mainly: red. Hex color #D71DC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71DC7 is #28E238. Grayscale: #676767. Windows color (decimal): -2679353 or 13049303. OLE color: 13049303.

HSL color Cylindrical-coordinate representation of color #D71DC7: hue angle of 305.16º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71DC7 is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 29 199 -
CMYK 0 0.87 0.07 0.16
HSL 305.16º 0.76% 0.48% -
HSV(B) 305.16º 0.87% 0.84% -
XYZ 38.77 19.45 55.74 -
YUV 103.99 181.62 207.18 -
System Red Green Blue C M Y K H S L
Decimal 215 29 199 0 0.87 0.07 0.16 305.16 0.76 0.48
Hex D7 1D C7 0 57 7 10 131 4C 30
Octal 327 35 307 0 127 7 20 461 114 60
Binary 11010111 11101 11000111 0 1010111 111 10000 100110001 1001100 110000

Color Harmonies of #D71DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71DC7

Black with #D71DC7

Text Example


Text Example

White with #D71DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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