Shades of Spicy Pink #D824B6
Tints of Spicy Pink #D824B6
RGB
CMYK
RGB Variations
Color information
#D824B6 (or 0xD824B6) is known color: Spicy Pink. HEX triplet: D8, 24 and B6. RGB value is (216,36,182). Sum of RGB (Red+Green+Blue) = 216+36+182=434 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.77% from 434); Green value is 36 (14.45% from 255 or 8.29% from 434); Blue value is 182 (71.48% from 255 or 41.94% from 434); Max value from RGB is 216 - color contains mainly: red. Hex color #D824B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D824B6 is #27DB49. Grayscale: #6A6A6A. Windows color (decimal): -2612042 or 11936984. OLE color: 11936984.
HSL color Cylindrical-coordinate representation of color #D824B6: hue angle of 311.33º 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 #D824B6 is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 36 | 182 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.15 |
| HSL | 311.33º | 0.71% | 0.49% | - |
| HSV(B) | 311.33º | 0.83% | 0.85% | - |
| XYZ | 37.39 | 19.24 | 46 | - |
| YUV | 106.46 | 170.63 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 36 | 182 | 0 | 0.83 | 0.16 | 0.15 | 311.33 | 0.71 | 0.49 |
| Hex | D8 | 24 | B6 | 0 | 53 | 10 | F | 137 | 47 | 31 |
| Octal | 330 | 44 | 266 | 0 | 123 | 20 | 17 | 467 | 107 | 61 |
| Binary | 11011000 | 100100 | 10110110 | 0 | 1010011 | 10000 | 1111 | 100110111 | 1000111 | 110001 |
Color Harmonies of #D824B6
Complementary color
Monochromatic Colors of #D824B6
Black with #D824B6
Text Example
Text Example
White with #D824B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D824B6; }
p { color: rgb(216,36,182); }
H1.HeaderClassName
{
color: #D824B6;
}
.AnyTagClassName
{
color: #D824B6;
}
</style>
background-color css
<style>
a { background-color: #D824B6; }
a { background-color: rgb(216,36,182); }
div.DivClassName
{
background-color: #D824B6;
}
.BgClassName
{
background-color: #D824B6;
}
</style>
border-color css
<style>
span { border-color: #D824B6; }
span { border-color: rgb(216,36,182); }
td.TdClassName
{
border-color: #D824B6;
}
.TagClassName
{
border-color: #D824B6;
}
</style>