Shades of Spicy Pink #DA29B0
Tints of Spicy Pink #DA29B0
RGB
CMYK
RGB Variations
Color information
#DA29B0 (or 0xDA29B0) is known color: Spicy Pink. HEX triplet: DA, 29 and B0. RGB value is (218,41,176). Sum of RGB (Red+Green+Blue) = 218+41+176=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 41 (16.41% from 255 or 9.43% from 435); Blue value is 176 (69.14% from 255 or 40.46% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA29B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA29B0 is #25D64F. Grayscale: #6C6C6C. Windows color (decimal): -2479696 or 11545050. OLE color: 11545050.
HSL color Cylindrical-coordinate representation of color #DA29B0: hue angle of 314.24º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA29B0 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 176 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.15 |
| HSL | 314.24º | 0.71% | 0.51% | - |
| HSV(B) | 314.24º | 0.81% | 0.85% | - |
| XYZ | 37.54 | 19.63 | 42.88 | - |
| YUV | 109.31 | 165.64 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 176 | 0 | 0.81 | 0.19 | 0.15 | 314.24 | 0.71 | 0.51 |
| Hex | DA | 29 | B0 | 0 | 51 | 13 | F | 13A | 47 | 33 |
| Octal | 332 | 51 | 260 | 0 | 121 | 23 | 17 | 472 | 107 | 63 |
| Binary | 11011010 | 101001 | 10110000 | 0 | 1010001 | 10011 | 1111 | 100111010 | 1000111 | 110011 |
Color Harmonies of #DA29B0
Complementary color
Monochromatic Colors of #DA29B0
Black with #DA29B0
Text Example
Text Example
White with #DA29B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA29B0; }
p { color: rgb(218,41,176); }
H1.HeaderClassName
{
color: #DA29B0;
}
.AnyTagClassName
{
color: #DA29B0;
}
</style>
background-color css
<style>
a { background-color: #DA29B0; }
a { background-color: rgb(218,41,176); }
div.DivClassName
{
background-color: #DA29B0;
}
.BgClassName
{
background-color: #DA29B0;
}
</style>
border-color css
<style>
span { border-color: #DA29B0; }
span { border-color: rgb(218,41,176); }
td.TdClassName
{
border-color: #DA29B0;
}
.TagClassName
{
border-color: #DA29B0;
}
</style>