Shades of Spicy Pink #D926B7
Tints of Spicy Pink #D926B7
RGB
CMYK
RGB Variations
Color information
#D926B7 (or 0xD926B7) is known color: Spicy Pink. HEX triplet: D9, 26 and B7. RGB value is (217,38,183). Sum of RGB (Red+Green+Blue) = 217+38+183=438 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.54% from 438); Green value is 38 (15.23% from 255 or 8.68% from 438); Blue value is 183 (71.88% from 255 or 41.78% from 438); Max value from RGB is 217 - color contains mainly: red. Hex color #D926B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D926B7 is #26D948. Grayscale: #6B6B6B. Windows color (decimal): -2545993 or 12003033. OLE color: 12003033.
HSL color Cylindrical-coordinate representation of color #D926B7: hue angle of 311.4º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D926B7 is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 38 | 183 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.15 |
| HSL | 311.4º | 0.7% | 0.5% | - |
| HSV(B) | 311.4º | 0.82% | 0.85% | - |
| XYZ | 37.86 | 19.56 | 46.58 | - |
| YUV | 108.05 | 170.3 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 38 | 183 | 0 | 0.82 | 0.16 | 0.15 | 311.4 | 0.7 | 0.5 |
| Hex | D9 | 26 | B7 | 0 | 52 | 10 | F | 137 | 46 | 32 |
| Octal | 331 | 46 | 267 | 0 | 122 | 20 | 17 | 467 | 106 | 62 |
| Binary | 11011001 | 100110 | 10110111 | 0 | 1010010 | 10000 | 1111 | 100110111 | 1000110 | 110010 |
Color Harmonies of #D926B7
Complementary color
Monochromatic Colors of #D926B7
Black with #D926B7
Text Example
Text Example
White with #D926B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D926B7; }
p { color: rgb(217,38,183); }
H1.HeaderClassName
{
color: #D926B7;
}
.AnyTagClassName
{
color: #D926B7;
}
</style>
background-color css
<style>
a { background-color: #D926B7; }
a { background-color: rgb(217,38,183); }
div.DivClassName
{
background-color: #D926B7;
}
.BgClassName
{
background-color: #D926B7;
}
</style>
border-color css
<style>
span { border-color: #D926B7; }
span { border-color: rgb(217,38,183); }
td.TdClassName
{
border-color: #D926B7;
}
.TagClassName
{
border-color: #D926B7;
}
</style>