Shades of Spicy Pink #DA21B0
Tints of Spicy Pink #DA21B0
RGB
CMYK
RGB Variations
Color information
#DA21B0 (or 0xDA21B0) is known color: Spicy Pink. HEX triplet: DA, 21 and B0. RGB value is (218,33,176). Sum of RGB (Red+Green+Blue) = 218+33+176=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 33 (13.28% from 255 or 7.73% from 427); Blue value is 176 (69.14% from 255 or 41.22% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA21B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA21B0 is #25DE4F. Grayscale: #686868. Windows color (decimal): -2481744 or 11543002. OLE color: 11543002.
HSL color Cylindrical-coordinate representation of color #DA21B0: hue angle of 313.62º 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 #DA21B0 is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 33 | 176 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.15 |
| HSL | 313.62º | 0.74% | 0.49% | - |
| HSV(B) | 313.62º | 0.85% | 0.85% | - |
| XYZ | 37.29 | 19.13 | 42.8 | - |
| YUV | 104.62 | 168.29 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 33 | 176 | 0 | 0.85 | 0.19 | 0.15 | 313.62 | 0.74 | 0.49 |
| Hex | DA | 21 | B0 | 0 | 55 | 13 | F | 13A | 4A | 31 |
| Octal | 332 | 41 | 260 | 0 | 125 | 23 | 17 | 472 | 112 | 61 |
| Binary | 11011010 | 100001 | 10110000 | 0 | 1010101 | 10011 | 1111 | 100111010 | 1001010 | 110001 |
Color Harmonies of #DA21B0
Complementary color
Monochromatic Colors of #DA21B0
Black with #DA21B0
Text Example
Text Example
White with #DA21B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA21B0; }
p { color: rgb(218,33,176); }
H1.HeaderClassName
{
color: #DA21B0;
}
.AnyTagClassName
{
color: #DA21B0;
}
</style>
background-color css
<style>
a { background-color: #DA21B0; }
a { background-color: rgb(218,33,176); }
div.DivClassName
{
background-color: #DA21B0;
}
.BgClassName
{
background-color: #DA21B0;
}
</style>
border-color css
<style>
span { border-color: #DA21B0; }
span { border-color: rgb(218,33,176); }
td.TdClassName
{
border-color: #DA21B0;
}
.TagClassName
{
border-color: #DA21B0;
}
</style>