Shades of Shocking #D790B5
Tints of Shocking #D790B5
RGB
CMYK
RGB Variations
Color information
#D790B5 (or 0xD790B5) is known color: Shocking. HEX triplet: D7, 90 and B5. RGB value is (215,144,181). Sum of RGB (Red+Green+Blue) = 215+144+181=540 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.81% from 540); Green value is 144 (56.64% from 255 or 26.67% from 540); Blue value is 181 (71.09% from 255 or 33.52% from 540); Max value from RGB is 215 - color contains mainly: red. Hex color #D790B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D790B5 is #286F4A. Grayscale: #A9A9A9. Windows color (decimal): -2649931 or 11899095. OLE color: 11899095.
HSL color Cylindrical-coordinate representation of color #D790B5: hue angle of 328.73º 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 #D790B5 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 144 | 181 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.16 |
| HSL | 328.73º | 0.47% | 0.7% | - |
| HSV(B) | 328.73º | 0.33% | 0.84% | - |
| XYZ | 46.34 | 37.73 | 48.56 | - |
| YUV | 169.45 | 134.52 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 144 | 181 | 0 | 0.33 | 0.16 | 0.16 | 328.73 | 0.47 | 0.7 |
| Hex | D7 | 90 | B5 | 0 | 21 | 10 | 10 | 149 | 2F | 46 |
| Octal | 327 | 220 | 265 | 0 | 41 | 20 | 20 | 511 | 57 | 106 |
| Binary | 11010111 | 10010000 | 10110101 | 0 | 100001 | 10000 | 10000 | 101001001 | 101111 | 1000110 |
Color Harmonies of #D790B5
Complementary color
Monochromatic Colors of #D790B5
Black with #D790B5
Text Example
Text Example
White with #D790B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D790B5; }
p { color: rgb(215,144,181); }
H1.HeaderClassName
{
color: #D790B5;
}
.AnyTagClassName
{
color: #D790B5;
}
</style>
background-color css
<style>
a { background-color: #D790B5; }
a { background-color: rgb(215,144,181); }
div.DivClassName
{
background-color: #D790B5;
}
.BgClassName
{
background-color: #D790B5;
}
</style>
border-color css
<style>
span { border-color: #D790B5; }
span { border-color: rgb(215,144,181); }
td.TdClassName
{
border-color: #D790B5;
}
.TagClassName
{
border-color: #D790B5;
}
</style>