#D71EB8

Color #D71EB8 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #D71EB8

Tints of Deep Magenta #D71EB8

Color information

#D71EB8 (or 0xD71EB8) is unknown color: approx Deep Magenta. HEX triplet: D7, 1E and B8. RGB value is (215,30,184). Sum of RGB (Red+Green+Blue) = 215+30+184=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 30 (12.11% from 255 or 6.99% from 429); Blue value is 184 (72.27% from 255 or 42.89% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D71EB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71EB8 is #28E147. Grayscale: #666666. Windows color (decimal): -2679112 or 12066519. OLE color: 12066519.

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

Color convert

RGB21530184-
CMYK00.860.140.16
HSL310.05º75.51%48.04%-
HSV(B)310.05º86.05%84.31%-
XYZ37.1418.8447.03-
YUV102.87173.79207.98-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.12%
GREEN value IS 30 (12.11% from 255) = 6.99%
BLUE value IS 184 (72.27% from 255) = 42.89%
R=50.12%
G=6.99%
B=42.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2153018400.860.140.16310.0575.5148.04
HexD71EB8056E101364c30
Octal327362700126162046611460
Binary110101111111010111000010101101110100001001101101001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D71EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D71EB8; }

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

 H1.HeaderClassName
 {
   color: #D71EB8;
 }
 .AnyTagClassName
 {
   color: #D71EB8;
 }
</style>
background-color css

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

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

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

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

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

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