Shades of Spicy Pink #D923B0
Tints of Spicy Pink #D923B0
RGB
CMYK
RGB Variations
Color information
#D923B0 (or 0xD923B0) is known color: Spicy Pink. HEX triplet: D9, 23 and B0. RGB value is (217,35,176). Sum of RGB (Red+Green+Blue) = 217+35+176=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 35 (14.06% from 255 or 8.18% from 428); Blue value is 176 (69.14% from 255 or 41.12% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D923B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D923B0 is #26DC4F. Grayscale: #696969. Windows color (decimal): -2546768 or 11543513. OLE color: 11543513.
HSL color Cylindrical-coordinate representation of color #D923B0: hue angle of 313.52º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D923B0 is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 35 | 176 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.15 |
| HSL | 313.52º | 0.72% | 0.49% | - |
| HSV(B) | 313.52º | 0.84% | 0.85% | - |
| XYZ | 37.05 | 19.09 | 42.81 | - |
| YUV | 105.49 | 167.8 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 35 | 176 | 0 | 0.84 | 0.19 | 0.15 | 313.52 | 0.72 | 0.49 |
| Hex | D9 | 23 | B0 | 0 | 54 | 13 | F | 13A | 48 | 31 |
| Octal | 331 | 43 | 260 | 0 | 124 | 23 | 17 | 472 | 110 | 61 |
| Binary | 11011001 | 100011 | 10110000 | 0 | 1010100 | 10011 | 1111 | 100111010 | 1001000 | 110001 |
Color Harmonies of #D923B0
Complementary color
Monochromatic Colors of #D923B0
Black with #D923B0
Text Example
Text Example
White with #D923B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D923B0; }
p { color: rgb(217,35,176); }
H1.HeaderClassName
{
color: #D923B0;
}
.AnyTagClassName
{
color: #D923B0;
}
</style>
background-color css
<style>
a { background-color: #D923B0; }
a { background-color: rgb(217,35,176); }
div.DivClassName
{
background-color: #D923B0;
}
.BgClassName
{
background-color: #D923B0;
}
</style>
border-color css
<style>
span { border-color: #D923B0; }
span { border-color: rgb(217,35,176); }
td.TdClassName
{
border-color: #D923B0;
}
.TagClassName
{
border-color: #D923B0;
}
</style>