Shades of Shocking #D697B8
Tints of Shocking #D697B8
RGB
CMYK
RGB Variations
Color information
#D697B8 (or 0xD697B8) is known color: Shocking. HEX triplet: D6, 97 and B8. RGB value is (214,151,184). Sum of RGB (Red+Green+Blue) = 214+151+184=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 151 (59.38% from 255 or 27.50% from 549); Blue value is 184 (72.27% from 255 or 33.52% from 549); Max value from RGB is 214 - color contains mainly: red. Hex color #D697B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D697B8 is #296847. Grayscale: #ADADAD. Windows color (decimal): -2713672 or 12097494. OLE color: 12097494.
HSL color Cylindrical-coordinate representation of color #D697B8: hue angle of 328.57º 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 #D697B8 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 151 | 184 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.16 |
| HSL | 328.57º | 0.43% | 0.72% | - |
| HSV(B) | 328.57º | 0.29% | 0.84% | - |
| XYZ | 47.45 | 39.89 | 50.55 | - |
| YUV | 173.6 | 133.87 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 151 | 184 | 0 | 0.29 | 0.14 | 0.16 | 328.57 | 0.43 | 0.72 |
| Hex | D6 | 97 | B8 | 0 | 1D | E | 10 | 149 | 2B | 48 |
| Octal | 326 | 227 | 270 | 0 | 35 | 16 | 20 | 511 | 53 | 110 |
| Binary | 11010110 | 10010111 | 10111000 | 0 | 11101 | 1110 | 10000 | 101001001 | 101011 | 1001000 |
Color Harmonies of #D697B8
Complementary color
Monochromatic Colors of #D697B8
Black with #D697B8
Text Example
Text Example
White with #D697B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D697B8; }
p { color: rgb(214,151,184); }
H1.HeaderClassName
{
color: #D697B8;
}
.AnyTagClassName
{
color: #D697B8;
}
</style>
background-color css
<style>
a { background-color: #D697B8; }
a { background-color: rgb(214,151,184); }
div.DivClassName
{
background-color: #D697B8;
}
.BgClassName
{
background-color: #D697B8;
}
</style>
border-color css
<style>
span { border-color: #D697B8; }
span { border-color: rgb(214,151,184); }
td.TdClassName
{
border-color: #D697B8;
}
.TagClassName
{
border-color: #D697B8;
}
</style>