Shades of Shocking #D691BB
Tints of Shocking #D691BB
RGB
CMYK
RGB Variations
Color information
#D691BB (or 0xD691BB) is known color: Shocking. HEX triplet: D6, 91 and BB. RGB value is (214,145,187). Sum of RGB (Red+Green+Blue) = 214+145+187=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 145 (57.03% from 255 or 26.56% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 214 - color contains mainly: red. Hex color #D691BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D691BB is #296E44. Grayscale: #AAAAAA. Windows color (decimal): -2715205 or 12292566. OLE color: 12292566.
HSL color Cylindrical-coordinate representation of color #D691BB: hue angle of 323.48º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D691BB is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 145 | 187 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.16 |
| HSL | 323.48º | 0.46% | 0.7% | - |
| HSV(B) | 323.48º | 0.32% | 0.84% | - |
| XYZ | 46.83 | 38.13 | 51.91 | - |
| YUV | 170.42 | 137.36 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 145 | 187 | 0 | 0.32 | 0.13 | 0.16 | 323.48 | 0.46 | 0.7 |
| Hex | D6 | 91 | BB | 0 | 20 | D | 10 | 143 | 2E | 46 |
| Octal | 326 | 221 | 273 | 0 | 40 | 15 | 20 | 503 | 56 | 106 |
| Binary | 11010110 | 10010001 | 10111011 | 0 | 100000 | 1101 | 10000 | 101000011 | 101110 | 1000110 |
Color Harmonies of #D691BB
Complementary color
Monochromatic Colors of #D691BB
Black with #D691BB
Text Example
Text Example
White with #D691BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D691BB; }
p { color: rgb(214,145,187); }
H1.HeaderClassName
{
color: #D691BB;
}
.AnyTagClassName
{
color: #D691BB;
}
</style>
background-color css
<style>
a { background-color: #D691BB; }
a { background-color: rgb(214,145,187); }
div.DivClassName
{
background-color: #D691BB;
}
.BgClassName
{
background-color: #D691BB;
}
</style>
border-color css
<style>
span { border-color: #D691BB; }
span { border-color: rgb(214,145,187); }
td.TdClassName
{
border-color: #D691BB;
}
.TagClassName
{
border-color: #D691BB;
}
</style>