#D71CDA

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

Shades of Deep Magenta #D71CDA

Tints of Deep Magenta #D71CDA

Color information

#D71CDA (or 0xD71CDA) is unknown color: approx Deep Magenta. HEX triplet: D7, 1C and DA. RGB value is (215,28,218). Sum of RGB (Red+Green+Blue) = 215+28+218=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 28 (11.33% from 255 or 6.07% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #D71CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71CDA is #28E325. Grayscale: #696969. Windows color (decimal): -2679590 or 14294231. OLE color: 14294231.

HSL color Cylindrical-coordinate representation of color #D71CDA: hue angle of 299.05º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71CDA is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21528218-
CMYK0.010.8700.15
HSL299.05º77.24%48.24%-
HSV(B)299.05º87.16%85.49%-
XYZ41.0920.3468.09-
YUV105.57191.45206.05-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.64%
GREEN value IS 28 (11.33% from 255) = 6.07%
BLUE value IS 218 (85.55% from 255) = 47.29%
R=46.64%
G=6.07%
B=47.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal215282180.010.8700.15299.0577.2448.24
HexD71CDA1570F12b4d30
Octal32734332112701745311560
Binary11010111111001101101011010111011111001010111001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D71CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D71CDA; }

 p { color: rgb(215,28,218); }

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

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

 a { background-color: rgb(215,28,218); }

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

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

 span { border-color: rgb(215,28,218); }

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