Html Css Color HEX #D71EBA Deep Magenta

📋 copy color: '#D71EBA'

red 215 ◦ green 30 ◦ blue 186

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

Shades of Deep Magenta #D71EBA

Tints of Deep Magenta #D71EBA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.96%

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

R = 49.88%
G = 6.96%
B = 43.16%

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

#D71EBA (or 0xD71EBA) is known color: Deep Magenta. HEX triplet: D7, 1E and BA. RGB value is (215,30,186). Sum of RGB (Red+Green+Blue) = 215+30+186=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 30 (12.11% from 255 or 6.96% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D71EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71EBA is #28E145. Grayscale: #666666. Windows color (decimal): -2679110 or 12197591. OLE color: 12197591.

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

Color convert

RGB 215 30 186 -
CMYK 0 0.86 0.13 0.16
HSL 309.41º 0.76% 0.48% -
HSV(B) 309.41º 0.86% 0.84% -
XYZ 37.35 18.92 48.14 -
YUV 103.1 174.79 207.82 -
System Red Green Blue C M Y K H S L
Decimal 215 30 186 0 0.86 0.13 0.16 309.41 0.76 0.48
Hex D7 1E BA 0 56 D 10 135 4C 30
Octal 327 36 272 0 126 15 20 465 114 60
Binary 11010111 11110 10111010 0 1010110 1101 10000 100110101 1001100 110000

Color Harmonies of #D71EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71EBA

Black with #D71EBA

Text Example


Text Example

White with #D71EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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