Shades of Shocking #D792BD
Tints of Shocking #D792BD
RGB
CMYK
RGB Variations
Color information
#D792BD (or 0xD792BD) is known color: Shocking. HEX triplet: D7, 92 and BD. RGB value is (215,146,189). Sum of RGB (Red+Green+Blue) = 215+146+189=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 146 (57.42% from 255 or 26.55% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 215 - color contains mainly: red. Hex color #D792BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D792BD is #286D42. Grayscale: #ABABAB. Windows color (decimal): -2649411 or 12423895. OLE color: 12423895.
HSL color Cylindrical-coordinate representation of color #D792BD: hue angle of 322.61º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D792BD is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 146 | 189 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.16 |
| HSL | 322.61º | 0.46% | 0.71% | - |
| HSV(B) | 322.61º | 0.32% | 0.84% | - |
| XYZ | 47.49 | 38.68 | 53.11 | - |
| YUV | 171.53 | 137.86 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 146 | 189 | 0 | 0.32 | 0.12 | 0.16 | 322.61 | 0.46 | 0.71 |
| Hex | D7 | 92 | BD | 0 | 20 | C | 10 | 143 | 2E | 47 |
| Octal | 327 | 222 | 275 | 0 | 40 | 14 | 20 | 503 | 56 | 107 |
| Binary | 11010111 | 10010010 | 10111101 | 0 | 100000 | 1100 | 10000 | 101000011 | 101110 | 1000111 |
Color Harmonies of #D792BD
Complementary color
Monochromatic Colors of #D792BD
Black with #D792BD
Text Example
Text Example
White with #D792BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D792BD; }
p { color: rgb(215,146,189); }
H1.HeaderClassName
{
color: #D792BD;
}
.AnyTagClassName
{
color: #D792BD;
}
</style>
background-color css
<style>
a { background-color: #D792BD; }
a { background-color: rgb(215,146,189); }
div.DivClassName
{
background-color: #D792BD;
}
.BgClassName
{
background-color: #D792BD;
}
</style>
border-color css
<style>
span { border-color: #D792BD; }
span { border-color: rgb(215,146,189); }
td.TdClassName
{
border-color: #D792BD;
}
.TagClassName
{
border-color: #D792BD;
}
</style>