Shades of Spicy Pink #DA21B4
Tints of Spicy Pink #DA21B4
RGB
CMYK
RGB Variations
Color information
#DA21B4 (or 0xDA21B4) is known color: Spicy Pink. HEX triplet: DA, 21 and B4. RGB value is (218,33,180). Sum of RGB (Red+Green+Blue) = 218+33+180=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 33 (13.28% from 255 or 7.66% from 431); Blue value is 180 (70.70% from 255 or 41.76% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA21B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA21B4 is #25DE4B. Grayscale: #686868. Windows color (decimal): -2481740 or 11805146. OLE color: 11805146.
HSL color Cylindrical-coordinate representation of color #DA21B4: hue angle of 312.32º 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 #DA21B4 is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 33 | 180 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.15 |
| HSL | 312.32º | 0.74% | 0.49% | - |
| HSV(B) | 312.32º | 0.85% | 0.85% | - |
| XYZ | 37.7 | 19.29 | 44.92 | - |
| YUV | 105.07 | 170.29 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 33 | 180 | 0 | 0.85 | 0.17 | 0.15 | 312.32 | 0.74 | 0.49 |
| Hex | DA | 21 | B4 | 0 | 55 | 11 | F | 138 | 4A | 31 |
| Octal | 332 | 41 | 264 | 0 | 125 | 21 | 17 | 470 | 112 | 61 |
| Binary | 11011010 | 100001 | 10110100 | 0 | 1010101 | 10001 | 1111 | 100111000 | 1001010 | 110001 |
Color Harmonies of #DA21B4
Complementary color
Monochromatic Colors of #DA21B4
Black with #DA21B4
Text Example
Text Example
White with #DA21B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA21B4; }
p { color: rgb(218,33,180); }
H1.HeaderClassName
{
color: #DA21B4;
}
.AnyTagClassName
{
color: #DA21B4;
}
</style>
background-color css
<style>
a { background-color: #DA21B4; }
a { background-color: rgb(218,33,180); }
div.DivClassName
{
background-color: #DA21B4;
}
.BgClassName
{
background-color: #DA21B4;
}
</style>
border-color css
<style>
span { border-color: #DA21B4; }
span { border-color: rgb(218,33,180); }
td.TdClassName
{
border-color: #DA21B4;
}
.TagClassName
{
border-color: #DA21B4;
}
</style>