Shades of Shocking #D699BD
Tints of Shocking #D699BD
RGB
CMYK
RGB Variations
Color information
#D699BD (or 0xD699BD) is known color: Shocking. HEX triplet: D6, 99 and BD. RGB value is (214,153,189). Sum of RGB (Red+Green+Blue) = 214+153+189=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 153 (60.16% from 255 or 27.52% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 214 - color contains mainly: red. Hex color #D699BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D699BD is #296642. Grayscale: #AFAFAF. Windows color (decimal): -2713155 or 12425686. OLE color: 12425686.
HSL color Cylindrical-coordinate representation of color #D699BD: hue angle of 324.59º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D699BD is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 153 | 189 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.16 |
| HSL | 324.59º | 0.43% | 0.72% | - |
| HSV(B) | 324.59º | 0.29% | 0.84% | - |
| XYZ | 48.31 | 40.75 | 53.46 | - |
| YUV | 175.34 | 135.71 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 189 | 0 | 0.29 | 0.12 | 0.16 | 324.59 | 0.43 | 0.72 |
| Hex | D6 | 99 | BD | 0 | 1D | C | 10 | 145 | 2B | 48 |
| Octal | 326 | 231 | 275 | 0 | 35 | 14 | 20 | 505 | 53 | 110 |
| Binary | 11010110 | 10011001 | 10111101 | 0 | 11101 | 1100 | 10000 | 101000101 | 101011 | 1001000 |
Color Harmonies of #D699BD
Complementary color
Monochromatic Colors of #D699BD
Black with #D699BD
Text Example
Text Example
White with #D699BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D699BD; }
p { color: rgb(214,153,189); }
H1.HeaderClassName
{
color: #D699BD;
}
.AnyTagClassName
{
color: #D699BD;
}
</style>
background-color css
<style>
a { background-color: #D699BD; }
a { background-color: rgb(214,153,189); }
div.DivClassName
{
background-color: #D699BD;
}
.BgClassName
{
background-color: #D699BD;
}
</style>
border-color css
<style>
span { border-color: #D699BD; }
span { border-color: rgb(214,153,189); }
td.TdClassName
{
border-color: #D699BD;
}
.TagClassName
{
border-color: #D699BD;
}
</style>