Shades of Shocking #D698B8
Tints of Shocking #D698B8
RGB
CMYK
RGB Variations
Color information
#D698B8 (or 0xD698B8) is known color: Shocking. HEX triplet: D6, 98 and B8. RGB value is (214,152,184). Sum of RGB (Red+Green+Blue) = 214+152+184=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 152 (59.77% from 255 or 27.64% from 550); Blue value is 184 (72.27% from 255 or 33.45% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D698B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D698B8 is #296747. Grayscale: #AEAEAE. Windows color (decimal): -2713416 or 12097750. OLE color: 12097750.
HSL color Cylindrical-coordinate representation of color #D698B8: hue angle of 329.03º 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 #D698B8 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 152 | 184 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.16 |
| HSL | 329.03º | 0.43% | 0.72% | - |
| HSV(B) | 329.03º | 0.29% | 0.84% | - |
| XYZ | 47.61 | 40.21 | 50.6 | - |
| YUV | 174.19 | 133.54 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 152 | 184 | 0 | 0.29 | 0.14 | 0.16 | 329.03 | 0.43 | 0.72 |
| Hex | D6 | 98 | B8 | 0 | 1D | E | 10 | 149 | 2B | 48 |
| Octal | 326 | 230 | 270 | 0 | 35 | 16 | 20 | 511 | 53 | 110 |
| Binary | 11010110 | 10011000 | 10111000 | 0 | 11101 | 1110 | 10000 | 101001001 | 101011 | 1001000 |
Color Harmonies of #D698B8
Complementary color
Monochromatic Colors of #D698B8
Black with #D698B8
Text Example
Text Example
White with #D698B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D698B8; }
p { color: rgb(214,152,184); }
H1.HeaderClassName
{
color: #D698B8;
}
.AnyTagClassName
{
color: #D698B8;
}
</style>
background-color css
<style>
a { background-color: #D698B8; }
a { background-color: rgb(214,152,184); }
div.DivClassName
{
background-color: #D698B8;
}
.BgClassName
{
background-color: #D698B8;
}
</style>
border-color css
<style>
span { border-color: #D698B8; }
span { border-color: rgb(214,152,184); }
td.TdClassName
{
border-color: #D698B8;
}
.TagClassName
{
border-color: #D698B8;
}
</style>