Shades of Spicy Pink #DA26AF
Tints of Spicy Pink #DA26AF
RGB
CMYK
RGB Variations
Color information
#DA26AF (or 0xDA26AF) is known color: Spicy Pink. HEX triplet: DA, 26 and AF. RGB value is (218,38,175). Sum of RGB (Red+Green+Blue) = 218+38+175=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 38 (15.23% from 255 or 8.82% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA26AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA26AF is #25D950. Grayscale: #6B6B6B. Windows color (decimal): -2480465 or 11478746. OLE color: 11478746.
HSL color Cylindrical-coordinate representation of color #DA26AF: hue angle of 314.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA26AF is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 38 | 175 | - |
| CMYK | 0 | 0.83 | 0.20 | 0.15 |
| HSL | 314.33º | 0.71% | 0.5% | - |
| HSV(B) | 314.33º | 0.83% | 0.85% | - |
| XYZ | 37.34 | 19.39 | 42.33 | - |
| YUV | 107.44 | 166.13 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 175 | 0 | 0.83 | 0.20 | 0.15 | 314.33 | 0.71 | 0.5 |
| Hex | DA | 26 | AF | 0 | 53 | 14 | F | 13A | 47 | 32 |
| Octal | 332 | 46 | 257 | 0 | 123 | 24 | 17 | 472 | 107 | 62 |
| Binary | 11011010 | 100110 | 10101111 | 0 | 1010011 | 10100 | 1111 | 100111010 | 1000111 | 110010 |
Color Harmonies of #DA26AF
Complementary color
Monochromatic Colors of #DA26AF
Black with #DA26AF
Text Example
Text Example
White with #DA26AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA26AF; }
p { color: rgb(218,38,175); }
H1.HeaderClassName
{
color: #DA26AF;
}
.AnyTagClassName
{
color: #DA26AF;
}
</style>
background-color css
<style>
a { background-color: #DA26AF; }
a { background-color: rgb(218,38,175); }
div.DivClassName
{
background-color: #DA26AF;
}
.BgClassName
{
background-color: #DA26AF;
}
</style>
border-color css
<style>
span { border-color: #DA26AF; }
span { border-color: rgb(218,38,175); }
td.TdClassName
{
border-color: #DA26AF;
}
.TagClassName
{
border-color: #DA26AF;
}
</style>