#D921AB

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

Shades of Spicy Pink #D921AB

Tints of Spicy Pink #D921AB

Color information

#D921AB (or 0xD921AB) is unknown color: approx Spicy Pink. HEX triplet: D9, 21 and AB. RGB value is (217,33,171). Sum of RGB (Red+Green+Blue) = 217+33+171=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 33 (13.28% from 255 or 7.84% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D921AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D921AB is #26DE54. Grayscale: #676767. Windows color (decimal): -2547285 or 11215321. OLE color: 11215321.

HSL color Cylindrical-coordinate representation of color #D921AB: hue angle of 315º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D921AB is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB21733171-
CMYK00.850.210.15
HSL315º73.6%49.02%-
HSV(B)315º84.79%85.1%-
XYZ36.5118.7840.23-
YUV103.75165.96208.78-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.54%
GREEN value IS 33 (13.28% from 255) = 7.84%
BLUE value IS 171 (67.19% from 255) = 40.62%
R=51.54%
G=7.84%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2173317100.850.210.1531573.649.02
HexD921AB05515F13b4a31
Octal331412530125251747311261
Binary1101100110000110101011010101011010111111001110111001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D921AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D921AB; }

 p { color: rgb(217,33,171); }

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

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

 a { background-color: rgb(217,33,171); }

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

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

 span { border-color: rgb(217,33,171); }

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