#DA21AC

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

Shades of Spicy Pink #DA21AC

Tints of Spicy Pink #DA21AC

Color information

#DA21AC (or 0xDA21AC) is unknown color: approx Spicy Pink. HEX triplet: DA, 21 and AC. RGB value is (218,33,172). Sum of RGB (Red+Green+Blue) = 218+33+172=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 33 (13.28% from 255 or 7.80% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA21AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA21AC is #25DE53. Grayscale: #676767. Windows color (decimal): -2481748 or 11280858. OLE color: 11280858.

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

Color convert

RGB21833172-
CMYK00.850.210.15
HSL314.92º73.71%49.22%-
HSV(B)314.92º84.86%85.49%-
XYZ36.918.9740.75-
YUV104.16166.29209.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 51.54%
GREEN value IS 33 (13.28% from 255) = 7.80%
BLUE value IS 172 (67.58% from 255) = 40.66%
R=51.54%
G=7.80%
B=40.66%

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
Decimal2183317200.850.210.15314.9273.7149.22
HexDA21AC05515F13b4a31
Octal332412540125251747311261
Binary1101101010000110101100010101011010111111001110111001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA21AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA21AC; }

 p { color: rgb(218,33,172); }

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

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

 a { background-color: rgb(218,33,172); }

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

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

 span { border-color: rgb(218,33,172); }

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