#D81EA9

Color #D81EA9 Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #D81EA9

Tints of Spicy Pink #D81EA9

Color information

#D81EA9 (or 0xD81EA9) is unknown color: approx Spicy Pink. HEX triplet: D8, 1E and A9. RGB value is (216,30,169). Sum of RGB (Red+Green+Blue) = 216+30+169=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 30 (12.11% from 255 or 7.23% from 415); Blue value is 169 (66.41% from 255 or 40.72% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D81EA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81EA9 is #27E156. Grayscale: #656565. Windows color (decimal): -2613591 or 11083480. OLE color: 11083480.

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

Color convert

RGB21630169-
CMYK00.860.220.15
HSL315.16º75.61%48.24%-
HSV(B)315.16º86.11%84.71%-
XYZ35.9418.3939.19-
YUV101.46166.12209.7-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 52.05%
GREEN value IS 30 (12.11% from 255) = 7.23%
BLUE value IS 169 (66.41% from 255) = 40.72%
R=52.05%
G=7.23%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2163016900.860.220.15315.1675.6148.24
HexD81EA905616F13b4c30
Octal330362510126261747311460
Binary110110001111010101001010101101011011111001110111001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D81EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D81EA9; }

 p { color: rgb(216,30,169); }

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

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

 a { background-color: rgb(216,30,169); }

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

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

 span { border-color: rgb(216,30,169); }

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