Html Css Color HEX #D71DC9 Deep Magenta

📋 copy color: '#D71DC9'

red 215 ◦ green 29 ◦ blue 201

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

Shades of Deep Magenta #D71DC9

Tints of Deep Magenta #D71DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.17%

R = 48.31%
G = 6.52%
B = 45.17%

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

#D71DC9 (or 0xD71DC9) is known color: Deep Magenta. HEX triplet: D7, 1D and C9. RGB value is (215,29,201). Sum of RGB (Red+Green+Blue) = 215+29+201=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 29 (11.72% from 255 or 6.52% from 445); Blue value is 201 (78.91% from 255 or 45.17% from 445); Max value from RGB is 215 - color contains mainly: red. Hex color #D71DC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71DC9 is #28E236. Grayscale: #676767. Windows color (decimal): -2679351 or 13180375. OLE color: 13180375.

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

Color convert

RGB 215 29 201 -
CMYK 0 0.87 0.07 0.16
HSL 304.52º 0.76% 0.48% -
HSV(B) 304.52º 0.87% 0.84% -
XYZ 39.01 19.54 56.97 -
YUV 104.22 182.62 207.01 -
System Red Green Blue C M Y K H S L
Decimal 215 29 201 0 0.87 0.07 0.16 304.52 0.76 0.48
Hex D7 1D C9 0 57 7 10 131 4C 30
Octal 327 35 311 0 127 7 20 461 114 60
Binary 11010111 11101 11001001 0 1010111 111 10000 100110001 1001100 110000

Color Harmonies of #D71DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71DC9

Black with #D71DC9

Text Example


Text Example

White with #D71DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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