Shades of Shocking #D793B8
Tints of Shocking #D793B8
RGB
CMYK
RGB Variations
Color information
#D793B8 (or 0xD793B8) is known color: Shocking. HEX triplet: D7, 93 and B8. RGB value is (215,147,184). Sum of RGB (Red+Green+Blue) = 215+147+184=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 147 (57.81% from 255 or 26.92% from 546); Blue value is 184 (72.27% from 255 or 33.70% from 546); Max value from RGB is 215 - color contains mainly: red. Hex color #D793B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D793B8 is #286C47. Grayscale: #ABABAB. Windows color (decimal): -2649160 or 12096471. OLE color: 12096471.
HSL color Cylindrical-coordinate representation of color #D793B8: hue angle of 327.35º 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 #D793B8 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 147 | 184 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.16 |
| HSL | 327.35º | 0.46% | 0.71% | - |
| HSV(B) | 327.35º | 0.32% | 0.84% | - |
| XYZ | 47.11 | 38.78 | 50.35 | - |
| YUV | 171.55 | 135.03 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 147 | 184 | 0 | 0.32 | 0.14 | 0.16 | 327.35 | 0.46 | 0.71 |
| Hex | D7 | 93 | B8 | 0 | 20 | E | 10 | 147 | 2E | 47 |
| Octal | 327 | 223 | 270 | 0 | 40 | 16 | 20 | 507 | 56 | 107 |
| Binary | 11010111 | 10010011 | 10111000 | 0 | 100000 | 1110 | 10000 | 101000111 | 101110 | 1000111 |
Color Harmonies of #D793B8
Complementary color
Monochromatic Colors of #D793B8
Black with #D793B8
Text Example
Text Example
White with #D793B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D793B8; }
p { color: rgb(215,147,184); }
H1.HeaderClassName
{
color: #D793B8;
}
.AnyTagClassName
{
color: #D793B8;
}
</style>
background-color css
<style>
a { background-color: #D793B8; }
a { background-color: rgb(215,147,184); }
div.DivClassName
{
background-color: #D793B8;
}
.BgClassName
{
background-color: #D793B8;
}
</style>
border-color css
<style>
span { border-color: #D793B8; }
span { border-color: rgb(215,147,184); }
td.TdClassName
{
border-color: #D793B8;
}
.TagClassName
{
border-color: #D793B8;
}
</style>