#DC21A8

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

Shades of Spicy Pink #DC21A8

Tints of Spicy Pink #DC21A8

Color information

#DC21A8 (or 0xDC21A8) is unknown color: approx Spicy Pink. HEX triplet: DC, 21 and A8. RGB value is (220,33,168). Sum of RGB (Red+Green+Blue) = 220+33+168=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 33 (13.28% from 255 or 7.84% from 421); Blue value is 168 (66.02% from 255 or 39.90% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC21A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC21A8 is #23DE57. Grayscale: #676767. Windows color (decimal): -2350680 or 11018716. OLE color: 11018716.

HSL color Cylindrical-coordinate representation of color #DC21A8: hue angle of 316.68º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC21A8 is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB22033168-
CMYK00.850.240.14
HSL316.68º73.91%49.61%-
HSV(B)316.68º85%86.27%-
XYZ37.1319.1338.78-
YUV104.3163.95210.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.26%
GREEN value IS 33 (13.28% from 255) = 7.84%
BLUE value IS 168 (66.02% from 255) = 39.90%
R=52.26%
G=7.84%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2203316800.850.240.14316.6873.9149.61
HexDC21A805518E13d4a32
Octal334412500125301647511262
Binary1101110010000110101000010101011100011101001111011001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC21A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC21A8; }

 p { color: rgb(220,33,168); }

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

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

 a { background-color: rgb(220,33,168); }

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

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

 span { border-color: rgb(220,33,168); }

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