Shades of Shocking #D793B5
Tints of Shocking #D793B5
RGB
CMYK
RGB Variations
Color information
#D793B5 (or 0xD793B5) is known color: Shocking. HEX triplet: D7, 93 and B5. RGB value is (215,147,181). Sum of RGB (Red+Green+Blue) = 215+147+181=543 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.59% from 543); Green value is 147 (57.81% from 255 or 27.07% from 543); Blue value is 181 (71.09% from 255 or 33.33% from 543); Max value from RGB is 215 - color contains mainly: red. Hex color #D793B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D793B5 is #286C4A. Grayscale: #ABABAB. Windows color (decimal): -2649163 or 11899863. OLE color: 11899863.
HSL color Cylindrical-coordinate representation of color #D793B5: hue angle of 330º 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 #D793B5 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 147 | 181 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.16 |
| HSL | 330º | 0.46% | 0.71% | - |
| HSV(B) | 330º | 0.32% | 0.84% | - |
| XYZ | 46.8 | 38.65 | 48.71 | - |
| YUV | 171.21 | 133.53 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 147 | 181 | 0 | 0.32 | 0.16 | 0.16 | 330 | 0.46 | 0.71 |
| Hex | D7 | 93 | B5 | 0 | 20 | 10 | 10 | 14A | 2E | 47 |
| Octal | 327 | 223 | 265 | 0 | 40 | 20 | 20 | 512 | 56 | 107 |
| Binary | 11010111 | 10010011 | 10110101 | 0 | 100000 | 10000 | 10000 | 101001010 | 101110 | 1000111 |
Color Harmonies of #D793B5
Complementary color
Monochromatic Colors of #D793B5
Black with #D793B5
Text Example
Text Example
White with #D793B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D793B5; }
p { color: rgb(215,147,181); }
H1.HeaderClassName
{
color: #D793B5;
}
.AnyTagClassName
{
color: #D793B5;
}
</style>
background-color css
<style>
a { background-color: #D793B5; }
a { background-color: rgb(215,147,181); }
div.DivClassName
{
background-color: #D793B5;
}
.BgClassName
{
background-color: #D793B5;
}
</style>
border-color css
<style>
span { border-color: #D793B5; }
span { border-color: rgb(215,147,181); }
td.TdClassName
{
border-color: #D793B5;
}
.TagClassName
{
border-color: #D793B5;
}
</style>