#D81FAA

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

Shades of Spicy Pink #D81FAA

Tints of Spicy Pink #D81FAA

Color information

#D81FAA (or 0xD81FAA) is unknown color: approx Spicy Pink. HEX triplet: D8, 1F and AA. RGB value is (216,31,170). Sum of RGB (Red+Green+Blue) = 216+31+170=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 31 (12.5% from 255 or 7.43% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D81FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81FAA is #27E055. Grayscale: #656565. Windows color (decimal): -2613334 or 11149272. OLE color: 11149272.

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

Color convert

RGB21631170-
CMYK00.860.210.15
HSL314.92º74.9%48.43%-
HSV(B)314.92º85.65%84.71%-
XYZ36.0618.4839.7-
YUV102.16166.29209.2-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.80%
GREEN value IS 31 (12.5% from 255) = 7.43%
BLUE value IS 170 (66.80% from 255) = 40.77%
R=51.80%
G=7.43%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2163117000.860.210.15314.9274.948.43
HexD81FAA05615F13b4b30
Octal330372520126251747311360
Binary110110001111110101010010101101010111111001110111001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D81FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D81FAA; }

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

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

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

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

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

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

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

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