#D621AA

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

Shades of Spicy Pink #D621AA

Tints of Spicy Pink #D621AA

Color information

#D621AA (or 0xD621AA) is unknown color: approx Spicy Pink. HEX triplet: D6, 21 and AA. RGB value is (214,33,170). Sum of RGB (Red+Green+Blue) = 214+33+170=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 33 (13.28% from 255 or 7.91% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D621AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D621AA is #29DE55. Grayscale: #666666. Windows color (decimal): -2743894 or 11149782. OLE color: 11149782.

HSL color Cylindrical-coordinate representation of color #D621AA: hue angle of 314.59º 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 #D621AA is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB21433170-
CMYK00.850.210.16
HSL314.59º73.28%48.43%-
HSV(B)314.59º84.58%83.92%-
XYZ35.5318.2939.69-
YUV102.74165.97207.36-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.32%
GREEN value IS 33 (13.28% from 255) = 7.91%
BLUE value IS 170 (66.80% from 255) = 40.77%
R=51.32%
G=7.91%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2143317000.850.210.16314.5973.2848.43
HexD621AA055151013b4930
Octal326412520125252047311160
Binary11010110100001101010100101010110101100001001110111001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D621AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D621AA; }

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

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

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

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

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

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

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

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