#D817B4

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

Shades of Deep Magenta #D817B4

Tints of Deep Magenta #D817B4

Color information

#D817B4 (or 0xD817B4) is unknown color: approx Deep Magenta. HEX triplet: D8, 17 and B4. RGB value is (216,23,180). Sum of RGB (Red+Green+Blue) = 216+23+180=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 23 (9.38% from 255 or 5.49% from 419); Blue value is 180 (70.70% from 255 or 42.96% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D817B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D817B4 is #27E84B. Grayscale: #626262. Windows color (decimal): -2615372 or 11802584. OLE color: 11802584.

HSL color Cylindrical-coordinate representation of color #D817B4: hue angle of 311.19º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D817B4 is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB21623180-
CMYK00.890.170.15
HSL311.19º80.75%46.86%-
HSV(B)311.19º89.35%84.71%-
XYZ36.8618.5144.81-
YUV98.6173.94211.73-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.55%
GREEN value IS 23 (9.38% from 255) = 5.49%
BLUE value IS 180 (70.70% from 255) = 42.96%
R=51.55%
G=5.49%
B=42.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162318000.890.170.15311.1980.7546.86
HexD817B405911F137512f
Octal330272640131211746712157
Binary110110001011110110100010110011000111111001101111010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D817B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D817B4; }

 p { color: rgb(216,23,180); }

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

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

 a { background-color: rgb(216,23,180); }

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

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

 span { border-color: rgb(216,23,180); }

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