#D621AB

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

Shades of Spicy Pink #D621AB

Tints of Spicy Pink #D621AB

Color information

#D621AB (or 0xD621AB) is unknown color: approx Spicy Pink. HEX triplet: D6, 21 and AB. RGB value is (214,33,171). Sum of RGB (Red+Green+Blue) = 214+33+171=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 33 (13.28% from 255 or 7.89% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D621AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D621AB is #29DE54. Grayscale: #666666. Windows color (decimal): -2743893 or 11215318. OLE color: 11215318.

HSL color Cylindrical-coordinate representation of color #D621AB: hue angle of 314.25º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D621AB is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB21433171-
CMYK00.850.200.16
HSL314.25º73.28%48.43%-
HSV(B)314.25º84.58%83.92%-
XYZ35.6318.3240.19-
YUV102.85166.47207.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.20%
GREEN value IS 33 (13.28% from 255) = 7.89%
BLUE value IS 171 (67.19% from 255) = 40.91%
R=51.20%
G=7.89%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2143317100.850.200.16314.2573.2848.43
HexD621AB055141013a4930
Octal326412530125242047211160
Binary11010110100001101010110101010110100100001001110101001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D621AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D621AB; }

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

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

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

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

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

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

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

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