Shades of Shocking #D892C6
Tints of Shocking #D892C6
RGB
CMYK
RGB Variations
Color information
#D892C6 (or 0xD892C6) is known color: Shocking. HEX triplet: D8, 92 and C6. RGB value is (216,146,198). Sum of RGB (Red+Green+Blue) = 216+146+198=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 146 (57.42% from 255 or 26.07% from 560); Blue value is 198 (77.73% from 255 or 35.36% from 560); Max value from RGB is 216 - color contains mainly: red. Hex color #D892C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D892C6 is #276D39. Grayscale: #ACACAC. Windows color (decimal): -2583866 or 13013720. OLE color: 13013720.
HSL color Cylindrical-coordinate representation of color #D892C6: hue angle of 315.43º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D892C6 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 146 | 198 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.15 |
| HSL | 315.43º | 0.47% | 0.71% | - |
| HSV(B) | 315.43º | 0.32% | 0.85% | - |
| XYZ | 48.79 | 39.23 | 58.43 | - |
| YUV | 172.86 | 142.19 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 146 | 198 | 0 | 0.32 | 0.08 | 0.15 | 315.43 | 0.47 | 0.71 |
| Hex | D8 | 92 | C6 | 0 | 20 | 8 | F | 13B | 2F | 47 |
| Octal | 330 | 222 | 306 | 0 | 40 | 10 | 17 | 473 | 57 | 107 |
| Binary | 11011000 | 10010010 | 11000110 | 0 | 100000 | 1000 | 1111 | 100111011 | 101111 | 1000111 |
Color Harmonies of #D892C6
Complementary color
Monochromatic Colors of #D892C6
Black with #D892C6
Text Example
Text Example
White with #D892C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D892C6; }
p { color: rgb(216,146,198); }
H1.HeaderClassName
{
color: #D892C6;
}
.AnyTagClassName
{
color: #D892C6;
}
</style>
background-color css
<style>
a { background-color: #D892C6; }
a { background-color: rgb(216,146,198); }
div.DivClassName
{
background-color: #D892C6;
}
.BgClassName
{
background-color: #D892C6;
}
</style>
border-color css
<style>
span { border-color: #D892C6; }
span { border-color: rgb(216,146,198); }
td.TdClassName
{
border-color: #D892C6;
}
.TagClassName
{
border-color: #D892C6;
}
</style>