Shades of Shocking #D790B9
Tints of Shocking #D790B9
RGB
CMYK
RGB Variations
Color information
#D790B9 (or 0xD790B9) is known color: Shocking. HEX triplet: D7, 90 and B9. RGB value is (215,144,185). Sum of RGB (Red+Green+Blue) = 215+144+185=544 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.52% from 544); Green value is 144 (56.64% from 255 or 26.47% from 544); Blue value is 185 (72.66% from 255 or 34.01% from 544); Max value from RGB is 215 - color contains mainly: red. Hex color #D790B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D790B9 is #286F46. Grayscale: #A9A9A9. Windows color (decimal): -2649927 or 12161239. OLE color: 12161239.
HSL color Cylindrical-coordinate representation of color #D790B9: hue angle of 325.35º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D790B9 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 144 | 185 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.16 |
| HSL | 325.35º | 0.47% | 0.7% | - |
| HSV(B) | 325.35º | 0.33% | 0.84% | - |
| XYZ | 46.75 | 37.9 | 50.75 | - |
| YUV | 169.9 | 136.52 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 144 | 185 | 0 | 0.33 | 0.14 | 0.16 | 325.35 | 0.47 | 0.7 |
| Hex | D7 | 90 | B9 | 0 | 21 | E | 10 | 145 | 2F | 46 |
| Octal | 327 | 220 | 271 | 0 | 41 | 16 | 20 | 505 | 57 | 106 |
| Binary | 11010111 | 10010000 | 10111001 | 0 | 100001 | 1110 | 10000 | 101000101 | 101111 | 1000110 |
Color Harmonies of #D790B9
Complementary color
Monochromatic Colors of #D790B9
Black with #D790B9
Text Example
Text Example
White with #D790B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D790B9; }
p { color: rgb(215,144,185); }
H1.HeaderClassName
{
color: #D790B9;
}
.AnyTagClassName
{
color: #D790B9;
}
</style>
background-color css
<style>
a { background-color: #D790B9; }
a { background-color: rgb(215,144,185); }
div.DivClassName
{
background-color: #D790B9;
}
.BgClassName
{
background-color: #D790B9;
}
</style>
border-color css
<style>
span { border-color: #D790B9; }
span { border-color: rgb(215,144,185); }
td.TdClassName
{
border-color: #D790B9;
}
.TagClassName
{
border-color: #D790B9;
}
</style>