Shades of Spicy Pink #D825B5
Tints of Spicy Pink #D825B5
RGB
CMYK
RGB Variations
Color information
#D825B5 (or 0xD825B5) is known color: Spicy Pink. HEX triplet: D8, 25 and B5. RGB value is (216,37,181). Sum of RGB (Red+Green+Blue) = 216+37+181=434 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.77% from 434); Green value is 37 (14.84% from 255 or 8.53% from 434); Blue value is 181 (71.09% from 255 or 41.71% from 434); Max value from RGB is 216 - color contains mainly: red. Hex color #D825B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D825B5 is #27DA4A. Grayscale: #6A6A6A. Windows color (decimal): -2611787 or 11871704. OLE color: 11871704.
HSL color Cylindrical-coordinate representation of color #D825B5: hue angle of 311.73º 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 #D825B5 is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 37 | 181 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.15 |
| HSL | 311.73º | 0.71% | 0.5% | - |
| HSV(B) | 311.73º | 0.83% | 0.85% | - |
| XYZ | 37.32 | 19.26 | 45.47 | - |
| YUV | 106.94 | 169.8 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 37 | 181 | 0 | 0.83 | 0.16 | 0.15 | 311.73 | 0.71 | 0.5 |
| Hex | D8 | 25 | B5 | 0 | 53 | 10 | F | 138 | 47 | 32 |
| Octal | 330 | 45 | 265 | 0 | 123 | 20 | 17 | 470 | 107 | 62 |
| Binary | 11011000 | 100101 | 10110101 | 0 | 1010011 | 10000 | 1111 | 100111000 | 1000111 | 110010 |
Color Harmonies of #D825B5
Complementary color
Monochromatic Colors of #D825B5
Black with #D825B5
Text Example
Text Example
White with #D825B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D825B5; }
p { color: rgb(216,37,181); }
H1.HeaderClassName
{
color: #D825B5;
}
.AnyTagClassName
{
color: #D825B5;
}
</style>
background-color css
<style>
a { background-color: #D825B5; }
a { background-color: rgb(216,37,181); }
div.DivClassName
{
background-color: #D825B5;
}
.BgClassName
{
background-color: #D825B5;
}
</style>
border-color css
<style>
span { border-color: #D825B5; }
span { border-color: rgb(216,37,181); }
td.TdClassName
{
border-color: #D825B5;
}
.TagClassName
{
border-color: #D825B5;
}
</style>