Shades of Spicy Pink #DA23B2
Tints of Spicy Pink #DA23B2
RGB
CMYK
RGB Variations
Color information
#DA23B2 (or 0xDA23B2) is known color: Spicy Pink. HEX triplet: DA, 23 and B2. RGB value is (218,35,178). Sum of RGB (Red+Green+Blue) = 218+35+178=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 35 (14.06% from 255 or 8.12% from 431); Blue value is 178 (69.92% from 255 or 41.30% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA23B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA23B2 is #25DC4D. Grayscale: #696969. Windows color (decimal): -2481230 or 11674586. OLE color: 11674586.
HSL color Cylindrical-coordinate representation of color #DA23B2: hue angle of 313.11º 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 #DA23B2 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 35 | 178 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.15 |
| HSL | 313.11º | 0.72% | 0.5% | - |
| HSV(B) | 313.11º | 0.84% | 0.85% | - |
| XYZ | 37.55 | 19.32 | 43.87 | - |
| YUV | 106.02 | 168.63 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 35 | 178 | 0 | 0.84 | 0.18 | 0.15 | 313.11 | 0.72 | 0.5 |
| Hex | DA | 23 | B2 | 0 | 54 | 12 | F | 139 | 48 | 32 |
| Octal | 332 | 43 | 262 | 0 | 124 | 22 | 17 | 471 | 110 | 62 |
| Binary | 11011010 | 100011 | 10110010 | 0 | 1010100 | 10010 | 1111 | 100111001 | 1001000 | 110010 |
Color Harmonies of #DA23B2
Complementary color
Monochromatic Colors of #DA23B2
Black with #DA23B2
Text Example
Text Example
White with #DA23B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA23B2; }
p { color: rgb(218,35,178); }
H1.HeaderClassName
{
color: #DA23B2;
}
.AnyTagClassName
{
color: #DA23B2;
}
</style>
background-color css
<style>
a { background-color: #DA23B2; }
a { background-color: rgb(218,35,178); }
div.DivClassName
{
background-color: #DA23B2;
}
.BgClassName
{
background-color: #DA23B2;
}
</style>
border-color css
<style>
span { border-color: #DA23B2; }
span { border-color: rgb(218,35,178); }
td.TdClassName
{
border-color: #DA23B2;
}
.TagClassName
{
border-color: #DA23B2;
}
</style>