Shades of Shocking #D790BF
Tints of Shocking #D790BF
RGB
CMYK
RGB Variations
Color information
#D790BF (or 0xD790BF) is known color: Shocking. HEX triplet: D7, 90 and BF. RGB value is (215,144,191). Sum of RGB (Red+Green+Blue) = 215+144+191=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 144 (56.64% from 255 or 26.18% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 215 - color contains mainly: red. Hex color #D790BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D790BF is #286F40. Grayscale: #AAAAAA. Windows color (decimal): -2649921 or 12554455. OLE color: 12554455.
HSL color Cylindrical-coordinate representation of color #D790BF: hue angle of 320.28º 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 #D790BF is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 144 | 191 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.16 |
| HSL | 320.28º | 0.47% | 0.7% | - |
| HSV(B) | 320.28º | 0.33% | 0.84% | - |
| XYZ | 47.4 | 38.16 | 54.16 | - |
| YUV | 170.59 | 139.52 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 144 | 191 | 0 | 0.33 | 0.11 | 0.16 | 320.28 | 0.47 | 0.7 |
| Hex | D7 | 90 | BF | 0 | 21 | B | 10 | 140 | 2F | 46 |
| Octal | 327 | 220 | 277 | 0 | 41 | 13 | 20 | 500 | 57 | 106 |
| Binary | 11010111 | 10010000 | 10111111 | 0 | 100001 | 1011 | 10000 | 101000000 | 101111 | 1000110 |
Color Harmonies of #D790BF
Complementary color
Monochromatic Colors of #D790BF
Black with #D790BF
Text Example
Text Example
White with #D790BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D790BF; }
p { color: rgb(215,144,191); }
H1.HeaderClassName
{
color: #D790BF;
}
.AnyTagClassName
{
color: #D790BF;
}
</style>
background-color css
<style>
a { background-color: #D790BF; }
a { background-color: rgb(215,144,191); }
div.DivClassName
{
background-color: #D790BF;
}
.BgClassName
{
background-color: #D790BF;
}
</style>
border-color css
<style>
span { border-color: #D790BF; }
span { border-color: rgb(215,144,191); }
td.TdClassName
{
border-color: #D790BF;
}
.TagClassName
{
border-color: #D790BF;
}
</style>