Shades of Spicy Pink #DA2DB0
Tints of Spicy Pink #DA2DB0
RGB
CMYK
RGB Variations
Color information
#DA2DB0 (or 0xDA2DB0) is known color: Spicy Pink. HEX triplet: DA, 2D and B0. RGB value is (218,45,176). Sum of RGB (Red+Green+Blue) = 218+45+176=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 45 (17.97% from 255 or 10.25% from 439); Blue value is 176 (69.14% from 255 or 40.09% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2DB0 is #25D24F. Grayscale: #6F6F6F. Windows color (decimal): -2478672 or 11546074. OLE color: 11546074.
HSL color Cylindrical-coordinate representation of color #DA2DB0: hue angle of 314.57º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA2DB0 is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 45 | 176 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.15 |
| HSL | 314.57º | 0.7% | 0.52% | - |
| HSV(B) | 314.57º | 0.79% | 0.85% | - |
| XYZ | 37.69 | 19.92 | 42.93 | - |
| YUV | 111.66 | 164.31 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 45 | 176 | 0 | 0.79 | 0.19 | 0.15 | 314.57 | 0.7 | 0.52 |
| Hex | DA | 2D | B0 | 0 | 4F | 13 | F | 13B | 46 | 34 |
| Octal | 332 | 55 | 260 | 0 | 117 | 23 | 17 | 473 | 106 | 64 |
| Binary | 11011010 | 101101 | 10110000 | 0 | 1001111 | 10011 | 1111 | 100111011 | 1000110 | 110100 |
Color Harmonies of #DA2DB0
Complementary color
Monochromatic Colors of #DA2DB0
Black with #DA2DB0
Text Example
Text Example
White with #DA2DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2DB0; }
p { color: rgb(218,45,176); }
H1.HeaderClassName
{
color: #DA2DB0;
}
.AnyTagClassName
{
color: #DA2DB0;
}
</style>
background-color css
<style>
a { background-color: #DA2DB0; }
a { background-color: rgb(218,45,176); }
div.DivClassName
{
background-color: #DA2DB0;
}
.BgClassName
{
background-color: #DA2DB0;
}
</style>
border-color css
<style>
span { border-color: #DA2DB0; }
span { border-color: rgb(218,45,176); }
td.TdClassName
{
border-color: #DA2DB0;
}
.TagClassName
{
border-color: #DA2DB0;
}
</style>