Html Css Color HEX #D71FBA Deep Magenta

📋 copy color: '#D71FBA'

red 215 ◦ green 31 ◦ blue 186

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

Shades of Deep Magenta #D71FBA

Tints of Deep Magenta #D71FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.06%

R = 49.77%
G = 7.18%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D71FBA (or 0xD71FBA) is known color: Deep Magenta. HEX triplet: D7, 1F and BA. RGB value is (215,31,186). Sum of RGB (Red+Green+Blue) = 215+31+186=432 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.77% from 432); Green value is 31 (12.5% from 255 or 7.18% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 215 - color contains mainly: red. Hex color #D71FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71FBA is #28E045. Grayscale: #676767. Windows color (decimal): -2678854 or 12197847. OLE color: 12197847.

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

Color convert

RGB 215 31 186 -
CMYK 0 0.86 0.13 0.16
HSL 309.46º 0.75% 0.48% -
HSV(B) 309.46º 0.86% 0.84% -
XYZ 37.38 18.97 48.15 -
YUV 103.69 174.46 207.4 -
System Red Green Blue C M Y K H S L
Decimal 215 31 186 0 0.86 0.13 0.16 309.46 0.75 0.48
Hex D7 1F BA 0 56 D 10 135 4B 30
Octal 327 37 272 0 126 15 20 465 113 60
Binary 11010111 11111 10111010 0 1010110 1101 10000 100110101 1001011 110000

Color Harmonies of #D71FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71FBA

Black with #D71FBA

Text Example


Text Example

White with #D71FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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