Shades of Spicy Pink #DA28AC
Tints of Spicy Pink #DA28AC
RGB
CMYK
RGB Variations
Color information
#DA28AC (or 0xDA28AC) is known color: Spicy Pink. HEX triplet: DA, 28 and AC. RGB value is (218,40,172). Sum of RGB (Red+Green+Blue) = 218+40+172=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 40 (16.02% from 255 or 9.30% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA28AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA28AC is #25D753. Grayscale: #6B6B6B. Windows color (decimal): -2479956 or 11282650. OLE color: 11282650.
HSL color Cylindrical-coordinate representation of color #DA28AC: hue angle of 315.51º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA28AC is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 172 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.15 |
| HSL | 315.51º | 0.71% | 0.51% | - |
| HSV(B) | 315.51º | 0.82% | 0.85% | - |
| XYZ | 37.12 | 19.4 | 40.82 | - |
| YUV | 108.27 | 163.97 | 206.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 172 | 0 | 0.82 | 0.21 | 0.15 | 315.51 | 0.71 | 0.51 |
| Hex | DA | 28 | AC | 0 | 52 | 15 | F | 13C | 47 | 33 |
| Octal | 332 | 50 | 254 | 0 | 122 | 25 | 17 | 474 | 107 | 63 |
| Binary | 11011010 | 101000 | 10101100 | 0 | 1010010 | 10101 | 1111 | 100111100 | 1000111 | 110011 |
Color Harmonies of #DA28AC
Complementary color
Monochromatic Colors of #DA28AC
Black with #DA28AC
Text Example
Text Example
White with #DA28AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA28AC; }
p { color: rgb(218,40,172); }
H1.HeaderClassName
{
color: #DA28AC;
}
.AnyTagClassName
{
color: #DA28AC;
}
</style>
background-color css
<style>
a { background-color: #DA28AC; }
a { background-color: rgb(218,40,172); }
div.DivClassName
{
background-color: #DA28AC;
}
.BgClassName
{
background-color: #DA28AC;
}
</style>
border-color css
<style>
span { border-color: #DA28AC; }
span { border-color: rgb(218,40,172); }
td.TdClassName
{
border-color: #DA28AC;
}
.TagClassName
{
border-color: #DA28AC;
}
</style>