Html Css Color HEX #D71DB7 Deep Magenta

📋 copy color: '#D71DB7'

red 215 ◦ green 29 ◦ blue 183

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

Shades of Deep Magenta #D71DB7

Tints of Deep Magenta #D71DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 42.86%

R = 50.35%
G = 6.79%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D71DB7 (or 0xD71DB7) is known color: Deep Magenta. HEX triplet: D7, 1D and B7. RGB value is (215,29,183). Sum of RGB (Red+Green+Blue) = 215+29+183=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 29 (11.72% from 255 or 6.79% from 427); Blue value is 183 (71.88% from 255 or 42.86% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D71DB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71DB7 is #28E248. Grayscale: #656565. Windows color (decimal): -2679369 or 12000727. OLE color: 12000727.

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

Color convert

RGB 215 29 183 -
CMYK 0 0.87 0.15 0.16
HSL 310.32º 0.76% 0.48% -
HSV(B) 310.32º 0.87% 0.84% -
XYZ 37.01 18.74 46.47 -
YUV 102.17 173.62 208.48 -
System Red Green Blue C M Y K H S L
Decimal 215 29 183 0 0.87 0.15 0.16 310.32 0.76 0.48
Hex D7 1D B7 0 57 F 10 136 4C 30
Octal 327 35 267 0 127 17 20 466 114 60
Binary 11010111 11101 10110111 0 1010111 1111 10000 100110110 1001100 110000

Color Harmonies of #D71DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71DB7

Black with #D71DB7

Text Example


Text Example

White with #D71DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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