Shades of Spicy Pink #DA28AF
Tints of Spicy Pink #DA28AF
RGB
CMYK
RGB Variations
Color information
#DA28AF (or 0xDA28AF) is known color: Spicy Pink. HEX triplet: DA, 28 and AF. RGB value is (218,40,175). Sum of RGB (Red+Green+Blue) = 218+40+175=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 40 (16.02% from 255 or 9.24% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA28AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA28AF is #25D750. Grayscale: #6C6C6C. Windows color (decimal): -2479953 or 11479258. OLE color: 11479258.
HSL color Cylindrical-coordinate representation of color #DA28AF: hue angle of 314.49º 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 #DA28AF is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 175 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.15 |
| HSL | 314.49º | 0.71% | 0.51% | - |
| HSV(B) | 314.49º | 0.82% | 0.85% | - |
| XYZ | 37.41 | 19.52 | 42.35 | - |
| YUV | 108.61 | 165.47 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 175 | 0 | 0.82 | 0.20 | 0.15 | 314.49 | 0.71 | 0.51 |
| Hex | DA | 28 | AF | 0 | 52 | 14 | F | 13A | 47 | 33 |
| Octal | 332 | 50 | 257 | 0 | 122 | 24 | 17 | 472 | 107 | 63 |
| Binary | 11011010 | 101000 | 10101111 | 0 | 1010010 | 10100 | 1111 | 100111010 | 1000111 | 110011 |
Color Harmonies of #DA28AF
Complementary color
Monochromatic Colors of #DA28AF
Black with #DA28AF
Text Example
Text Example
White with #DA28AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA28AF; }
p { color: rgb(218,40,175); }
H1.HeaderClassName
{
color: #DA28AF;
}
.AnyTagClassName
{
color: #DA28AF;
}
</style>
background-color css
<style>
a { background-color: #DA28AF; }
a { background-color: rgb(218,40,175); }
div.DivClassName
{
background-color: #DA28AF;
}
.BgClassName
{
background-color: #DA28AF;
}
</style>
border-color css
<style>
span { border-color: #DA28AF; }
span { border-color: rgb(218,40,175); }
td.TdClassName
{
border-color: #DA28AF;
}
.TagClassName
{
border-color: #DA28AF;
}
</style>