Shades of Spicy Pink #D824B2
Tints of Spicy Pink #D824B2
RGB
CMYK
RGB Variations
Color information
#D824B2 (or 0xD824B2) is known color: Spicy Pink. HEX triplet: D8, 24 and B2. RGB value is (216,36,178). Sum of RGB (Red+Green+Blue) = 216+36+178=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 36 (14.45% from 255 or 8.37% from 430); Blue value is 178 (69.92% from 255 or 41.40% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D824B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D824B2 is #27DB4D. Grayscale: #696969. Windows color (decimal): -2612046 or 11674840. OLE color: 11674840.
HSL color Cylindrical-coordinate representation of color #D824B2: hue angle of 312.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 #D824B2 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 36 | 178 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.15 |
| HSL | 312.67º | 0.71% | 0.49% | - |
| HSV(B) | 312.67º | 0.83% | 0.85% | - |
| XYZ | 36.99 | 19.08 | 43.85 | - |
| YUV | 106.01 | 168.63 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 36 | 178 | 0 | 0.83 | 0.18 | 0.15 | 312.67 | 0.71 | 0.49 |
| Hex | D8 | 24 | B2 | 0 | 53 | 12 | F | 139 | 47 | 31 |
| Octal | 330 | 44 | 262 | 0 | 123 | 22 | 17 | 471 | 107 | 61 |
| Binary | 11011000 | 100100 | 10110010 | 0 | 1010011 | 10010 | 1111 | 100111001 | 1000111 | 110001 |
Color Harmonies of #D824B2
Complementary color
Monochromatic Colors of #D824B2
Black with #D824B2
Text Example
Text Example
White with #D824B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D824B2; }
p { color: rgb(216,36,178); }
H1.HeaderClassName
{
color: #D824B2;
}
.AnyTagClassName
{
color: #D824B2;
}
</style>
background-color css
<style>
a { background-color: #D824B2; }
a { background-color: rgb(216,36,178); }
div.DivClassName
{
background-color: #D824B2;
}
.BgClassName
{
background-color: #D824B2;
}
</style>
border-color css
<style>
span { border-color: #D824B2; }
span { border-color: rgb(216,36,178); }
td.TdClassName
{
border-color: #D824B2;
}
.TagClassName
{
border-color: #D824B2;
}
</style>