Shades of Spicy Pink #D924B3
Tints of Spicy Pink #D924B3
RGB
CMYK
RGB Variations
Color information
#D924B3 (or 0xD924B3) is known color: Spicy Pink. HEX triplet: D9, 24 and B3. RGB value is (217,36,179). Sum of RGB (Red+Green+Blue) = 217+36+179=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 36 (14.45% from 255 or 8.33% from 432); Blue value is 179 (70.31% from 255 or 41.44% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D924B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D924B3 is #26DB4C. Grayscale: #6A6A6A. Windows color (decimal): -2546509 or 11740377. OLE color: 11740377.
HSL color Cylindrical-coordinate representation of color #D924B3: hue angle of 312.6º degrees, saturation: 0.72, 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 #D924B3 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 36 | 179 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.15 |
| HSL | 312.6º | 0.72% | 0.5% | - |
| HSV(B) | 312.6º | 0.83% | 0.85% | - |
| XYZ | 37.38 | 19.27 | 44.4 | - |
| YUV | 106.42 | 168.97 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 36 | 179 | 0 | 0.83 | 0.18 | 0.15 | 312.6 | 0.72 | 0.5 |
| Hex | D9 | 24 | B3 | 0 | 53 | 12 | F | 139 | 48 | 32 |
| Octal | 331 | 44 | 263 | 0 | 123 | 22 | 17 | 471 | 110 | 62 |
| Binary | 11011001 | 100100 | 10110011 | 0 | 1010011 | 10010 | 1111 | 100111001 | 1001000 | 110010 |
Color Harmonies of #D924B3
Complementary color
Monochromatic Colors of #D924B3
Black with #D924B3
Text Example
Text Example
White with #D924B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D924B3; }
p { color: rgb(217,36,179); }
H1.HeaderClassName
{
color: #D924B3;
}
.AnyTagClassName
{
color: #D924B3;
}
</style>
background-color css
<style>
a { background-color: #D924B3; }
a { background-color: rgb(217,36,179); }
div.DivClassName
{
background-color: #D924B3;
}
.BgClassName
{
background-color: #D924B3;
}
</style>
border-color css
<style>
span { border-color: #D924B3; }
span { border-color: rgb(217,36,179); }
td.TdClassName
{
border-color: #D924B3;
}
.TagClassName
{
border-color: #D924B3;
}
</style>