Html Css Color HEX #D71FB9 Deep Magenta

📋 copy color: '#D71FB9'

red 215 ◦ green 31 ◦ blue 185

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

Shades of Deep Magenta #D71FB9

Tints of Deep Magenta #D71FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.92%

R = 49.88%
G = 7.19%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D71FB9 (or 0xD71FB9) is known color: Deep Magenta. HEX triplet: D7, 1F and B9. RGB value is (215,31,185). Sum of RGB (Red+Green+Blue) = 215+31+185=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 31 (12.5% from 255 or 7.19% from 431); Blue value is 185 (72.66% from 255 or 42.92% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D71FB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71FB9 is #28E046. Grayscale: #676767. Windows color (decimal): -2678855 or 12132311. OLE color: 12132311.

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

Color convert

RGB 215 31 185 -
CMYK 0 0.86 0.14 0.16
HSL 309.78º 0.75% 0.48% -
HSV(B) 309.78º 0.86% 0.84% -
XYZ 37.27 18.93 47.59 -
YUV 103.57 173.96 207.48 -
System Red Green Blue C M Y K H S L
Decimal 215 31 185 0 0.86 0.14 0.16 309.78 0.75 0.48
Hex D7 1F B9 0 56 E 10 136 4B 30
Octal 327 37 271 0 126 16 20 466 113 60
Binary 11010111 11111 10111001 0 1010110 1110 10000 100110110 1001011 110000

Color Harmonies of #D71FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71FB9

Black with #D71FB9

Text Example


Text Example

White with #D71FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71FB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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