#DA20A5

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

Shades of Spicy Pink #DA20A5

Tints of Spicy Pink #DA20A5

Color information

#DA20A5 (or 0xDA20A5) is unknown color: approx Spicy Pink. HEX triplet: DA, 20 and A5. RGB value is (218,32,165). Sum of RGB (Red+Green+Blue) = 218+32+165=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 32 (12.89% from 255 or 7.71% from 415); Blue value is 165 (64.84% from 255 or 39.76% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA20A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA20A5 is #25DF5A. Grayscale: #666666. Windows color (decimal): -2482011 or 10821850. OLE color: 10821850.

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

Color convert

RGB21832165-
CMYK00.850.240.15
HSL317.1º74.4%49.02%-
HSV(B)317.1º85.32%85.49%-
XYZ36.2218.6637.29-
YUV102.78163.12210.19-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 52.53%
GREEN value IS 32 (12.89% from 255) = 7.71%
BLUE value IS 165 (64.84% from 255) = 39.76%
R=52.53%
G=7.71%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2183216500.850.240.15317.174.449.02
HexDA20A505518F13d4a31
Octal332402450125301747511261
Binary1101101010000010100101010101011100011111001111011001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA20A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA20A5; }

 p { color: rgb(218,32,165); }

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

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

 a { background-color: rgb(218,32,165); }

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

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

 span { border-color: rgb(218,32,165); }

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