Shades of Spicy Pink #DA1BB0
Tints of Spicy Pink #DA1BB0
RGB
CMYK
RGB Variations
Color information
#DA1BB0 (or 0xDA1BB0) is known color: Spicy Pink. HEX triplet: DA, 1B and B0. RGB value is (218,27,176). Sum of RGB (Red+Green+Blue) = 218+27+176=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 27 (10.94% from 255 or 6.41% from 421); Blue value is 176 (69.14% from 255 or 41.81% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1BB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1BB0 is #25E44F. Grayscale: #646464. Windows color (decimal): -2483280 or 11541466. OLE color: 11541466.
HSL color Cylindrical-coordinate representation of color #DA1BB0: hue angle of 313.19º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1BB0 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 27 | 176 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.15 |
| HSL | 313.19º | 0.78% | 0.48% | - |
| HSV(B) | 313.19º | 0.88% | 0.85% | - |
| XYZ | 37.14 | 18.82 | 42.75 | - |
| YUV | 101.1 | 170.28 | 211.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 27 | 176 | 0 | 0.88 | 0.19 | 0.15 | 313.19 | 0.78 | 0.48 |
| Hex | DA | 1B | B0 | 0 | 58 | 13 | F | 139 | 4E | 30 |
| Octal | 332 | 33 | 260 | 0 | 130 | 23 | 17 | 471 | 116 | 60 |
| Binary | 11011010 | 11011 | 10110000 | 0 | 1011000 | 10011 | 1111 | 100111001 | 1001110 | 110000 |
Color Harmonies of #DA1BB0
Complementary color
Monochromatic Colors of #DA1BB0
Black with #DA1BB0
Text Example
Text Example
White with #DA1BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1BB0; }
p { color: rgb(218,27,176); }
H1.HeaderClassName
{
color: #DA1BB0;
}
.AnyTagClassName
{
color: #DA1BB0;
}
</style>
background-color css
<style>
a { background-color: #DA1BB0; }
a { background-color: rgb(218,27,176); }
div.DivClassName
{
background-color: #DA1BB0;
}
.BgClassName
{
background-color: #DA1BB0;
}
</style>
border-color css
<style>
span { border-color: #DA1BB0; }
span { border-color: rgb(218,27,176); }
td.TdClassName
{
border-color: #DA1BB0;
}
.TagClassName
{
border-color: #DA1BB0;
}
</style>