Shades of Spicy Pink #D825B0
Tints of Spicy Pink #D825B0
RGB
CMYK
RGB Variations
Color information
#D825B0 (or 0xD825B0) is known color: Spicy Pink. HEX triplet: D8, 25 and B0. RGB value is (216,37,176). Sum of RGB (Red+Green+Blue) = 216+37+176=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 37 (14.84% from 255 or 8.62% from 429); Blue value is 176 (69.14% from 255 or 41.03% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D825B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D825B0 is #27DA4F. Grayscale: #696969. Windows color (decimal): -2611792 or 11544024. OLE color: 11544024.
HSL color Cylindrical-coordinate representation of color #D825B0: hue angle of 313.41º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D825B0 is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 37 | 176 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.15 |
| HSL | 313.41º | 0.71% | 0.5% | - |
| HSV(B) | 313.41º | 0.83% | 0.85% | - |
| XYZ | 36.82 | 19.06 | 42.81 | - |
| YUV | 106.37 | 167.3 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 37 | 176 | 0 | 0.83 | 0.19 | 0.15 | 313.41 | 0.71 | 0.5 |
| Hex | D8 | 25 | B0 | 0 | 53 | 13 | F | 139 | 47 | 32 |
| Octal | 330 | 45 | 260 | 0 | 123 | 23 | 17 | 471 | 107 | 62 |
| Binary | 11011000 | 100101 | 10110000 | 0 | 1010011 | 10011 | 1111 | 100111001 | 1000111 | 110010 |
Color Harmonies of #D825B0
Complementary color
Monochromatic Colors of #D825B0
Black with #D825B0
Text Example
Text Example
White with #D825B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D825B0; }
p { color: rgb(216,37,176); }
H1.HeaderClassName
{
color: #D825B0;
}
.AnyTagClassName
{
color: #D825B0;
}
</style>
background-color css
<style>
a { background-color: #D825B0; }
a { background-color: rgb(216,37,176); }
div.DivClassName
{
background-color: #D825B0;
}
.BgClassName
{
background-color: #D825B0;
}
</style>
border-color css
<style>
span { border-color: #D825B0; }
span { border-color: rgb(216,37,176); }
td.TdClassName
{
border-color: #D825B0;
}
.TagClassName
{
border-color: #D825B0;
}
</style>