Shades of Spicy Pink #DA1CA6
Tints of Spicy Pink #DA1CA6
RGB
CMYK
RGB Variations
Color information
#DA1CA6 (or 0xDA1CA6) is known color: Spicy Pink. HEX triplet: DA, 1C and A6. RGB value is (218,28,166). Sum of RGB (Red+Green+Blue) = 218+28+166=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 28 (11.33% from 255 or 6.80% from 412); Blue value is 166 (65.23% from 255 or 40.29% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1CA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1CA6 is #25E359. Grayscale: #646464. Windows color (decimal): -2483034 or 10886362. OLE color: 10886362.
HSL color Cylindrical-coordinate representation of color #DA1CA6: hue angle of 316.42º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA1CA6 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 28 | 166 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.15 |
| HSL | 316.42º | 0.77% | 0.48% | - |
| HSV(B) | 316.42º | 0.87% | 0.85% | - |
| XYZ | 36.21 | 18.49 | 37.74 | - |
| YUV | 100.54 | 164.95 | 211.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 28 | 166 | 0 | 0.87 | 0.24 | 0.15 | 316.42 | 0.77 | 0.48 |
| Hex | DA | 1C | A6 | 0 | 57 | 18 | F | 13C | 4D | 30 |
| Octal | 332 | 34 | 246 | 0 | 127 | 30 | 17 | 474 | 115 | 60 |
| Binary | 11011010 | 11100 | 10100110 | 0 | 1010111 | 11000 | 1111 | 100111100 | 1001101 | 110000 |
Color Harmonies of #DA1CA6
Complementary color
Monochromatic Colors of #DA1CA6
Black with #DA1CA6
Text Example
Text Example
White with #DA1CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1CA6; }
p { color: rgb(218,28,166); }
H1.HeaderClassName
{
color: #DA1CA6;
}
.AnyTagClassName
{
color: #DA1CA6;
}
</style>
background-color css
<style>
a { background-color: #DA1CA6; }
a { background-color: rgb(218,28,166); }
div.DivClassName
{
background-color: #DA1CA6;
}
.BgClassName
{
background-color: #DA1CA6;
}
</style>
border-color css
<style>
span { border-color: #DA1CA6; }
span { border-color: rgb(218,28,166); }
td.TdClassName
{
border-color: #DA1CA6;
}
.TagClassName
{
border-color: #DA1CA6;
}
</style>