Shades of Shocking #D59BBF
Tints of Shocking #D59BBF
RGB
CMYK
RGB Variations
Color information
#D59BBF (or 0xD59BBF) is known color: Shocking. HEX triplet: D5, 9B and BF. RGB value is (213,155,191). Sum of RGB (Red+Green+Blue) = 213+155+191=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 191 (75% from 255 or 34.17% from 559); Max value from RGB is 213 - color contains mainly: red. Hex color #D59BBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59BBF is #2A6440. Grayscale: #B0B0B0. Windows color (decimal): -2778177 or 12557269. OLE color: 12557269.
HSL color Cylindrical-coordinate representation of color #D59BBF: hue angle of 322.76º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D59BBF is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 191 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.16 |
| HSL | 322.76º | 0.41% | 0.72% | - |
| HSV(B) | 322.76º | 0.27% | 0.84% | - |
| XYZ | 48.57 | 41.35 | 54.71 | - |
| YUV | 176.45 | 136.22 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 191 | 0 | 0.27 | 0.10 | 0.16 | 322.76 | 0.41 | 0.72 |
| Hex | D5 | 9B | BF | 0 | 1B | A | 10 | 143 | 29 | 48 |
| Octal | 325 | 233 | 277 | 0 | 33 | 12 | 20 | 503 | 51 | 110 |
| Binary | 11010101 | 10011011 | 10111111 | 0 | 11011 | 1010 | 10000 | 101000011 | 101001 | 1001000 |
Color Harmonies of #D59BBF
Complementary color
Monochromatic Colors of #D59BBF
Black with #D59BBF
Text Example
Text Example
White with #D59BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59BBF; }
p { color: rgb(213,155,191); }
H1.HeaderClassName
{
color: #D59BBF;
}
.AnyTagClassName
{
color: #D59BBF;
}
</style>
background-color css
<style>
a { background-color: #D59BBF; }
a { background-color: rgb(213,155,191); }
div.DivClassName
{
background-color: #D59BBF;
}
.BgClassName
{
background-color: #D59BBF;
}
</style>
border-color css
<style>
span { border-color: #D59BBF; }
span { border-color: rgb(213,155,191); }
td.TdClassName
{
border-color: #D59BBF;
}
.TagClassName
{
border-color: #D59BBF;
}
</style>