#D81AAE

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

Shades of Spicy Pink #D81AAE

Tints of Spicy Pink #D81AAE

Color information

#D81AAE (or 0xD81AAE) is unknown color: approx Spicy Pink. HEX triplet: D8, 1A and AE. RGB value is (216,26,174). Sum of RGB (Red+Green+Blue) = 216+26+174=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 26 (10.55% from 255 or 6.25% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D81AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81AAE is #27E551. Grayscale: #636363. Windows color (decimal): -2614610 or 11410136. OLE color: 11410136.

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

Color convert

RGB21626174-
CMYK00.880.190.15
HSL313.26º78.51%47.45%-
HSV(B)313.26º87.96%84.71%-
XYZ36.3318.3941.68-
YUV99.68169.95210.97-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.92%
GREEN value IS 26 (10.55% from 255) = 6.25%
BLUE value IS 174 (68.36% from 255) = 41.83%
R=51.92%
G=6.25%
B=41.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162617400.880.190.15313.2678.5147.45
HexD81AAE05813F1394f2f
Octal330322560130231747111757
Binary110110001101010101110010110001001111111001110011001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D81AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D81AAE; }

 p { color: rgb(216,26,174); }

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

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

 a { background-color: rgb(216,26,174); }

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

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

 span { border-color: rgb(216,26,174); }

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