Shades of Spicy Pink #DA21B2
Tints of Spicy Pink #DA21B2
RGB
CMYK
RGB Variations
Color information
#DA21B2 (or 0xDA21B2) is known color: Spicy Pink. HEX triplet: DA, 21 and B2. RGB value is (218,33,178). Sum of RGB (Red+Green+Blue) = 218+33+178=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 33 (13.28% from 255 or 7.69% from 429); Blue value is 178 (69.92% from 255 or 41.49% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA21B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA21B2 is #25DE4D. Grayscale: #686868. Windows color (decimal): -2481742 or 11674074. OLE color: 11674074.
HSL color Cylindrical-coordinate representation of color #DA21B2: hue angle of 312.97º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA21B2 is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 33 | 178 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.15 |
| HSL | 312.97º | 0.74% | 0.49% | - |
| HSV(B) | 312.97º | 0.85% | 0.85% | - |
| XYZ | 37.49 | 19.21 | 43.85 | - |
| YUV | 104.85 | 169.29 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 33 | 178 | 0 | 0.85 | 0.18 | 0.15 | 312.97 | 0.74 | 0.49 |
| Hex | DA | 21 | B2 | 0 | 55 | 12 | F | 139 | 4A | 31 |
| Octal | 332 | 41 | 262 | 0 | 125 | 22 | 17 | 471 | 112 | 61 |
| Binary | 11011010 | 100001 | 10110010 | 0 | 1010101 | 10010 | 1111 | 100111001 | 1001010 | 110001 |
Color Harmonies of #DA21B2
Complementary color
Monochromatic Colors of #DA21B2
Black with #DA21B2
Text Example
Text Example
White with #DA21B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA21B2; }
p { color: rgb(218,33,178); }
H1.HeaderClassName
{
color: #DA21B2;
}
.AnyTagClassName
{
color: #DA21B2;
}
</style>
background-color css
<style>
a { background-color: #DA21B2; }
a { background-color: rgb(218,33,178); }
div.DivClassName
{
background-color: #DA21B2;
}
.BgClassName
{
background-color: #DA21B2;
}
</style>
border-color css
<style>
span { border-color: #DA21B2; }
span { border-color: rgb(218,33,178); }
td.TdClassName
{
border-color: #DA21B2;
}
.TagClassName
{
border-color: #DA21B2;
}
</style>