#DA20B2

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

Shades of Spicy Pink #DA20B2

Tints of Spicy Pink #DA20B2

Color information

#DA20B2 (or 0xDA20B2) is unknown color: approx Spicy Pink. HEX triplet: DA, 20 and B2. RGB value is (218,32,178). Sum of RGB (Red+Green+Blue) = 218+32+178=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 32 (12.89% from 255 or 7.48% from 428); Blue value is 178 (69.92% from 255 or 41.59% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA20B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA20B2 is #25DF4D. Grayscale: #676767. Windows color (decimal): -2481998 or 11673818. OLE color: 11673818.

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

Color convert

RGB21832178-
CMYK00.850.180.15
HSL312.9º74.4%49.02%-
HSV(B)312.9º85.32%85.49%-
XYZ37.4719.1543.84-
YUV104.26169.62209.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50.93%
GREEN value IS 32 (12.89% from 255) = 7.48%
BLUE value IS 178 (69.92% from 255) = 41.59%
R=50.93%
G=7.48%
B=41.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2183217800.850.180.15312.974.449.02
HexDA20B205512F1394a31
Octal332402620125221747111261
Binary1101101010000010110010010101011001011111001110011001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA20B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA20B2; }

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

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

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

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

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

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

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

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