Shades of Spicy Pink #DA27B8
Tints of Spicy Pink #DA27B8
RGB
CMYK
RGB Variations
Color information
#DA27B8 (or 0xDA27B8) is known color: Spicy Pink. HEX triplet: DA, 27 and B8. RGB value is (218,39,184). Sum of RGB (Red+Green+Blue) = 218+39+184=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 39 (15.62% from 255 or 8.84% from 441); Blue value is 184 (72.27% from 255 or 41.72% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA27B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA27B8 is #25D847. Grayscale: #6C6C6C. Windows color (decimal): -2480200 or 12068826. OLE color: 12068826.
HSL color Cylindrical-coordinate representation of color #DA27B8: hue angle of 311.4º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA27B8 is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 184 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.15 |
| HSL | 311.4º | 0.71% | 0.5% | - |
| HSV(B) | 311.4º | 0.82% | 0.85% | - |
| XYZ | 38.29 | 19.82 | 47.15 | - |
| YUV | 109.05 | 170.3 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 184 | 0 | 0.82 | 0.16 | 0.15 | 311.4 | 0.71 | 0.5 |
| Hex | DA | 27 | B8 | 0 | 52 | 10 | F | 137 | 47 | 32 |
| Octal | 332 | 47 | 270 | 0 | 122 | 20 | 17 | 467 | 107 | 62 |
| Binary | 11011010 | 100111 | 10111000 | 0 | 1010010 | 10000 | 1111 | 100110111 | 1000111 | 110010 |
Color Harmonies of #DA27B8
Complementary color
Monochromatic Colors of #DA27B8
Black with #DA27B8
Text Example
Text Example
White with #DA27B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA27B8; }
p { color: rgb(218,39,184); }
H1.HeaderClassName
{
color: #DA27B8;
}
.AnyTagClassName
{
color: #DA27B8;
}
</style>
background-color css
<style>
a { background-color: #DA27B8; }
a { background-color: rgb(218,39,184); }
div.DivClassName
{
background-color: #DA27B8;
}
.BgClassName
{
background-color: #DA27B8;
}
</style>
border-color css
<style>
span { border-color: #DA27B8; }
span { border-color: rgb(218,39,184); }
td.TdClassName
{
border-color: #DA27B8;
}
.TagClassName
{
border-color: #DA27B8;
}
</style>