Shades of Shocking #D699B8
Tints of Shocking #D699B8
RGB
CMYK
RGB Variations
Color information
#D699B8 (or 0xD699B8) is known color: Shocking. HEX triplet: D6, 99 and B8. RGB value is (214,153,184). Sum of RGB (Red+Green+Blue) = 214+153+184=551 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.84% from 551); Green value is 153 (60.16% from 255 or 27.77% from 551); Blue value is 184 (72.27% from 255 or 33.39% from 551); Max value from RGB is 214 - color contains mainly: red. Hex color #D699B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D699B8 is #296647. Grayscale: #AEAEAE. Windows color (decimal): -2713160 or 12098006. OLE color: 12098006.
HSL color Cylindrical-coordinate representation of color #D699B8: hue angle of 329.51º 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 #D699B8 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 153 | 184 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.16 |
| HSL | 329.51º | 0.43% | 0.72% | - |
| HSV(B) | 329.51º | 0.29% | 0.84% | - |
| XYZ | 47.77 | 40.54 | 50.65 | - |
| YUV | 174.77 | 133.21 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 184 | 0 | 0.29 | 0.14 | 0.16 | 329.51 | 0.43 | 0.72 |
| Hex | D6 | 99 | B8 | 0 | 1D | E | 10 | 14A | 2B | 48 |
| Octal | 326 | 231 | 270 | 0 | 35 | 16 | 20 | 512 | 53 | 110 |
| Binary | 11010110 | 10011001 | 10111000 | 0 | 11101 | 1110 | 10000 | 101001010 | 101011 | 1001000 |
Color Harmonies of #D699B8
Complementary color
Monochromatic Colors of #D699B8
Black with #D699B8
Text Example
Text Example
White with #D699B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D699B8; }
p { color: rgb(214,153,184); }
H1.HeaderClassName
{
color: #D699B8;
}
.AnyTagClassName
{
color: #D699B8;
}
</style>
background-color css
<style>
a { background-color: #D699B8; }
a { background-color: rgb(214,153,184); }
div.DivClassName
{
background-color: #D699B8;
}
.BgClassName
{
background-color: #D699B8;
}
</style>
border-color css
<style>
span { border-color: #D699B8; }
span { border-color: rgb(214,153,184); }
td.TdClassName
{
border-color: #D699B8;
}
.TagClassName
{
border-color: #D699B8;
}
</style>