Shades of Shocking Pink #D926B9
Tints of Shocking Pink #D926B9
RGB
CMYK
RGB Variations
Color information
#D926B9 (or 0xD926B9) is known color: Shocking Pink. HEX triplet: D9, 26 and B9. RGB value is (217,38,185). Sum of RGB (Red+Green+Blue) = 217+38+185=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 38 (15.23% from 255 or 8.64% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D926B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D926B9 is #26D946. Grayscale: #6B6B6B. Windows color (decimal): -2545991 or 12134105. OLE color: 12134105.
HSL color Cylindrical-coordinate representation of color #D926B9: hue angle of 310.73º 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 #D926B9 is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 38 | 185 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.15 |
| HSL | 310.73º | 0.7% | 0.5% | - |
| HSV(B) | 310.73º | 0.82% | 0.85% | - |
| XYZ | 38.07 | 19.64 | 47.68 | - |
| YUV | 108.28 | 171.3 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 38 | 185 | 0 | 0.82 | 0.15 | 0.15 | 310.73 | 0.7 | 0.5 |
| Hex | D9 | 26 | B9 | 0 | 52 | F | F | 137 | 46 | 32 |
| Octal | 331 | 46 | 271 | 0 | 122 | 17 | 17 | 467 | 106 | 62 |
| Binary | 11011001 | 100110 | 10111001 | 0 | 1010010 | 1111 | 1111 | 100110111 | 1000110 | 110010 |
Color Harmonies of #D926B9
Complementary color
Monochromatic Colors of #D926B9
Black with #D926B9
Text Example
Text Example
White with #D926B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D926B9; }
p { color: rgb(217,38,185); }
H1.HeaderClassName
{
color: #D926B9;
}
.AnyTagClassName
{
color: #D926B9;
}
</style>
background-color css
<style>
a { background-color: #D926B9; }
a { background-color: rgb(217,38,185); }
div.DivClassName
{
background-color: #D926B9;
}
.BgClassName
{
background-color: #D926B9;
}
</style>
border-color css
<style>
span { border-color: #D926B9; }
span { border-color: rgb(217,38,185); }
td.TdClassName
{
border-color: #D926B9;
}
.TagClassName
{
border-color: #D926B9;
}
</style>