#D81DAC

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

Shades of Spicy Pink #D81DAC

Tints of Spicy Pink #D81DAC

Color information

#D81DAC (or 0xD81DAC) is unknown color: approx Spicy Pink. HEX triplet: D8, 1D and AC. RGB value is (216,29,172). Sum of RGB (Red+Green+Blue) = 216+29+172=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 29 (11.72% from 255 or 6.95% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D81DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81DAC is #27E253. Grayscale: #646464. Windows color (decimal): -2613844 or 11279832. OLE color: 11279832.

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

Color convert

RGB21629172-
CMYK00.870.200.15
HSL314.12º76.33%48.04%-
HSV(B)314.12º86.57%84.71%-
XYZ36.218.4640.68-
YUV101.22167.95209.87-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.80%
GREEN value IS 29 (11.72% from 255) = 6.95%
BLUE value IS 172 (67.58% from 255) = 41.25%
R=51.80%
G=6.95%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162917200.870.200.15314.1276.3348.04
HexD81DAC05714F13a4c30
Octal330352540127241747211460
Binary110110001110110101100010101111010011111001110101001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D81DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D81DAC; }

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

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

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

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

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

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

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

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