Shades of Spicy Pink #DA2DB5
Tints of Spicy Pink #DA2DB5
RGB
CMYK
RGB Variations
Color information
#DA2DB5 (or 0xDA2DB5) is known color: Spicy Pink. HEX triplet: DA, 2D and B5. RGB value is (218,45,181). Sum of RGB (Red+Green+Blue) = 218+45+181=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 45 (17.97% from 255 or 10.14% from 444); Blue value is 181 (71.09% from 255 or 40.77% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA2DB5 is #25D24A. Grayscale: #6F6F6F. Windows color (decimal): -2478667 or 11873754. OLE color: 11873754.
HSL color Cylindrical-coordinate representation of color #DA2DB5: hue angle of 312.83º 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 #DA2DB5 is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 45 | 181 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.15 |
| HSL | 312.83º | 0.7% | 0.52% | - |
| HSV(B) | 312.83º | 0.79% | 0.85% | - |
| XYZ | 38.19 | 20.12 | 45.59 | - |
| YUV | 112.23 | 166.81 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 45 | 181 | 0 | 0.79 | 0.17 | 0.15 | 312.83 | 0.7 | 0.52 |
| Hex | DA | 2D | B5 | 0 | 4F | 11 | F | 139 | 46 | 34 |
| Octal | 332 | 55 | 265 | 0 | 117 | 21 | 17 | 471 | 106 | 64 |
| Binary | 11011010 | 101101 | 10110101 | 0 | 1001111 | 10001 | 1111 | 100111001 | 1000110 | 110100 |
Color Harmonies of #DA2DB5
Complementary color
Monochromatic Colors of #DA2DB5
Black with #DA2DB5
Text Example
Text Example
White with #DA2DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2DB5; }
p { color: rgb(218,45,181); }
H1.HeaderClassName
{
color: #DA2DB5;
}
.AnyTagClassName
{
color: #DA2DB5;
}
</style>
background-color css
<style>
a { background-color: #DA2DB5; }
a { background-color: rgb(218,45,181); }
div.DivClassName
{
background-color: #DA2DB5;
}
.BgClassName
{
background-color: #DA2DB5;
}
</style>
border-color css
<style>
span { border-color: #DA2DB5; }
span { border-color: rgb(218,45,181); }
td.TdClassName
{
border-color: #DA2DB5;
}
.TagClassName
{
border-color: #DA2DB5;
}
</style>