Shades of Spicy Pink #D926B3
Tints of Spicy Pink #D926B3
RGB
CMYK
RGB Variations
Color information
#D926B3 (or 0xD926B3) is known color: Spicy Pink. HEX triplet: D9, 26 and B3. RGB value is (217,38,179). Sum of RGB (Red+Green+Blue) = 217+38+179=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 38 (15.23% from 255 or 8.76% from 434); Blue value is 179 (70.31% from 255 or 41.24% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D926B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D926B3 is #26D94C. Grayscale: #6B6B6B. Windows color (decimal): -2545997 or 11740889. OLE color: 11740889.
HSL color Cylindrical-coordinate representation of color #D926B3: hue angle of 312.74º 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 #D926B3 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 38 | 179 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.15 |
| HSL | 312.74º | 0.7% | 0.5% | - |
| HSV(B) | 312.74º | 0.82% | 0.85% | - |
| XYZ | 37.45 | 19.39 | 44.42 | - |
| YUV | 107.6 | 168.3 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 38 | 179 | 0 | 0.82 | 0.18 | 0.15 | 312.74 | 0.7 | 0.5 |
| Hex | D9 | 26 | B3 | 0 | 52 | 12 | F | 139 | 46 | 32 |
| Octal | 331 | 46 | 263 | 0 | 122 | 22 | 17 | 471 | 106 | 62 |
| Binary | 11011001 | 100110 | 10110011 | 0 | 1010010 | 10010 | 1111 | 100111001 | 1000110 | 110010 |
Color Harmonies of #D926B3
Complementary color
Monochromatic Colors of #D926B3
Black with #D926B3
Text Example
Text Example
White with #D926B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D926B3; }
p { color: rgb(217,38,179); }
H1.HeaderClassName
{
color: #D926B3;
}
.AnyTagClassName
{
color: #D926B3;
}
</style>
background-color css
<style>
a { background-color: #D926B3; }
a { background-color: rgb(217,38,179); }
div.DivClassName
{
background-color: #D926B3;
}
.BgClassName
{
background-color: #D926B3;
}
</style>
border-color css
<style>
span { border-color: #D926B3; }
span { border-color: rgb(217,38,179); }
td.TdClassName
{
border-color: #D926B3;
}
.TagClassName
{
border-color: #D926B3;
}
</style>