Shades of Spicy Pink #DA23AF
Tints of Spicy Pink #DA23AF
RGB
CMYK
RGB Variations
Color information
#DA23AF (or 0xDA23AF) is known color: Spicy Pink. HEX triplet: DA, 23 and AF. RGB value is (218,35,175). Sum of RGB (Red+Green+Blue) = 218+35+175=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 35 (14.06% from 255 or 8.18% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA23AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA23AF is #25DC50. Grayscale: #696969. Windows color (decimal): -2481233 or 11477978. OLE color: 11477978.
HSL color Cylindrical-coordinate representation of color #DA23AF: hue angle of 314.1º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA23AF is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 35 | 175 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.15 |
| HSL | 314.1º | 0.72% | 0.5% | - |
| HSV(B) | 314.1º | 0.84% | 0.85% | - |
| XYZ | 37.25 | 19.2 | 42.3 | - |
| YUV | 105.68 | 167.13 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 35 | 175 | 0 | 0.84 | 0.20 | 0.15 | 314.1 | 0.72 | 0.5 |
| Hex | DA | 23 | AF | 0 | 54 | 14 | F | 13A | 48 | 32 |
| Octal | 332 | 43 | 257 | 0 | 124 | 24 | 17 | 472 | 110 | 62 |
| Binary | 11011010 | 100011 | 10101111 | 0 | 1010100 | 10100 | 1111 | 100111010 | 1001000 | 110010 |
Color Harmonies of #DA23AF
Complementary color
Monochromatic Colors of #DA23AF
Black with #DA23AF
Text Example
Text Example
White with #DA23AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA23AF; }
p { color: rgb(218,35,175); }
H1.HeaderClassName
{
color: #DA23AF;
}
.AnyTagClassName
{
color: #DA23AF;
}
</style>
background-color css
<style>
a { background-color: #DA23AF; }
a { background-color: rgb(218,35,175); }
div.DivClassName
{
background-color: #DA23AF;
}
.BgClassName
{
background-color: #DA23AF;
}
</style>
border-color css
<style>
span { border-color: #DA23AF; }
span { border-color: rgb(218,35,175); }
td.TdClassName
{
border-color: #DA23AF;
}
.TagClassName
{
border-color: #DA23AF;
}
</style>