Shades of Spicy Pink #D824B5
Tints of Spicy Pink #D824B5
RGB
CMYK
RGB Variations
Color information
#D824B5 (or 0xD824B5) is known color: Spicy Pink. HEX triplet: D8, 24 and B5. RGB value is (216,36,181). Sum of RGB (Red+Green+Blue) = 216+36+181=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 36 (14.45% from 255 or 8.31% from 433); Blue value is 181 (71.09% from 255 or 41.80% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D824B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D824B5 is #27DB4A. Grayscale: #696969. Windows color (decimal): -2612043 or 11871448. OLE color: 11871448.
HSL color Cylindrical-coordinate representation of color #D824B5: hue angle of 311.67º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D824B5 is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 36 | 181 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.15 |
| HSL | 311.67º | 0.71% | 0.49% | - |
| HSV(B) | 311.67º | 0.83% | 0.85% | - |
| XYZ | 37.29 | 19.2 | 45.46 | - |
| YUV | 106.35 | 170.13 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 36 | 181 | 0 | 0.83 | 0.16 | 0.15 | 311.67 | 0.71 | 0.49 |
| Hex | D8 | 24 | B5 | 0 | 53 | 10 | F | 138 | 47 | 31 |
| Octal | 330 | 44 | 265 | 0 | 123 | 20 | 17 | 470 | 107 | 61 |
| Binary | 11011000 | 100100 | 10110101 | 0 | 1010011 | 10000 | 1111 | 100111000 | 1000111 | 110001 |
Color Harmonies of #D824B5
Complementary color
Monochromatic Colors of #D824B5
Black with #D824B5
Text Example
Text Example
White with #D824B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D824B5; }
p { color: rgb(216,36,181); }
H1.HeaderClassName
{
color: #D824B5;
}
.AnyTagClassName
{
color: #D824B5;
}
</style>
background-color css
<style>
a { background-color: #D824B5; }
a { background-color: rgb(216,36,181); }
div.DivClassName
{
background-color: #D824B5;
}
.BgClassName
{
background-color: #D824B5;
}
</style>
border-color css
<style>
span { border-color: #D824B5; }
span { border-color: rgb(216,36,181); }
td.TdClassName
{
border-color: #D824B5;
}
.TagClassName
{
border-color: #D824B5;
}
</style>