Shades of Spicy Pink #D825B2
Tints of Spicy Pink #D825B2
RGB
CMYK
RGB Variations
Color information
#D825B2 (or 0xD825B2) is known color: Spicy Pink. HEX triplet: D8, 25 and B2. RGB value is (216,37,178). Sum of RGB (Red+Green+Blue) = 216+37+178=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 37 (14.84% from 255 or 8.58% from 431); Blue value is 178 (69.92% from 255 or 41.30% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D825B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D825B2 is #27DA4D. Grayscale: #6A6A6A. Windows color (decimal): -2611790 or 11675096. OLE color: 11675096.
HSL color Cylindrical-coordinate representation of color #D825B2: hue angle of 312.74º 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 #D825B2 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 37 | 178 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.15 |
| HSL | 312.74º | 0.71% | 0.5% | - |
| HSV(B) | 312.74º | 0.83% | 0.85% | - |
| XYZ | 37.02 | 19.14 | 43.86 | - |
| YUV | 106.6 | 168.3 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 37 | 178 | 0 | 0.83 | 0.18 | 0.15 | 312.74 | 0.71 | 0.5 |
| Hex | D8 | 25 | B2 | 0 | 53 | 12 | F | 139 | 47 | 32 |
| Octal | 330 | 45 | 262 | 0 | 123 | 22 | 17 | 471 | 107 | 62 |
| Binary | 11011000 | 100101 | 10110010 | 0 | 1010011 | 10010 | 1111 | 100111001 | 1000111 | 110010 |
Color Harmonies of #D825B2
Complementary color
Monochromatic Colors of #D825B2
Black with #D825B2
Text Example
Text Example
White with #D825B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D825B2; }
p { color: rgb(216,37,178); }
H1.HeaderClassName
{
color: #D825B2;
}
.AnyTagClassName
{
color: #D825B2;
}
</style>
background-color css
<style>
a { background-color: #D825B2; }
a { background-color: rgb(216,37,178); }
div.DivClassName
{
background-color: #D825B2;
}
.BgClassName
{
background-color: #D825B2;
}
</style>
border-color css
<style>
span { border-color: #D825B2; }
span { border-color: rgb(216,37,178); }
td.TdClassName
{
border-color: #D825B2;
}
.TagClassName
{
border-color: #D825B2;
}
</style>