Html Css Color HEX #D71FB7 Deep Magenta

📋 copy color: '#D71FB7'

red 215 ◦ green 31 ◦ blue 183

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

Shades of Deep Magenta #D71FB7

Tints of Deep Magenta #D71FB7

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.23%

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

R = 50.12%
G = 7.23%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D71FB7 (or 0xD71FB7) is known color: Deep Magenta. HEX triplet: D7, 1F and B7. RGB value is (215,31,183). Sum of RGB (Red+Green+Blue) = 215+31+183=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 31 (12.5% from 255 or 7.23% from 429); Blue value is 183 (71.88% from 255 or 42.66% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D71FB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71FB7 is #28E048. Grayscale: #666666. Windows color (decimal): -2678857 or 12001239. OLE color: 12001239.

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

Color convert

RGB 215 31 183 -
CMYK 0 0.86 0.15 0.16
HSL 310.43º 0.75% 0.48% -
HSV(B) 310.43º 0.86% 0.84% -
XYZ 37.06 18.85 46.48 -
YUV 103.34 172.96 207.64 -
System Red Green Blue C M Y K H S L
Decimal 215 31 183 0 0.86 0.15 0.16 310.43 0.75 0.48
Hex D7 1F B7 0 56 F 10 136 4B 30
Octal 327 37 267 0 126 17 20 466 113 60
Binary 11010111 11111 10110111 0 1010110 1111 10000 100110110 1001011 110000

Color Harmonies of #D71FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71FB7

Black with #D71FB7

Text Example


Text Example

White with #D71FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71FB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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