#D81DAA

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

Shades of Spicy Pink #D81DAA

Tints of Spicy Pink #D81DAA

Color information

#D81DAA (or 0xD81DAA) is unknown color: approx Spicy Pink. HEX triplet: D8, 1D and AA. RGB value is (216,29,170). Sum of RGB (Red+Green+Blue) = 216+29+170=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 29 (11.72% from 255 or 6.99% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D81DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81DAA is #27E255. Grayscale: #646464. Windows color (decimal): -2613846 or 11148760. OLE color: 11148760.

HSL color Cylindrical-coordinate representation of color #D81DAA: hue angle of 314.76º degrees, saturation: 0.76, 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 #D81DAA is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB21629170-
CMYK00.870.210.15
HSL314.76º76.33%48.04%-
HSV(B)314.76º86.57%84.71%-
XYZ36.0118.3839.68-
YUV100.99166.95210.04-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 52.05%
GREEN value IS 29 (11.72% from 255) = 6.99%
BLUE value IS 170 (66.80% from 255) = 40.96%
R=52.05%
G=6.99%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162917000.870.210.15314.7676.3348.04
HexD81DAA05715F13b4c30
Octal330352520127251747311460
Binary110110001110110101010010101111010111111001110111001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D81DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D81DAA; }

 p { color: rgb(216,29,170); }

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

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

 a { background-color: rgb(216,29,170); }

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

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

 span { border-color: rgb(216,29,170); }

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