Shades of Shocking #D69DC0
Tints of Shocking #D69DC0
RGB
CMYK
RGB Variations
Color information
#D69DC0 (or 0xD69DC0) is known color: Shocking. HEX triplet: D6, 9D and C0. RGB value is (214,157,192). Sum of RGB (Red+Green+Blue) = 214+157+192=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 157 (61.72% from 255 or 27.89% from 563); Blue value is 192 (75.39% from 255 or 34.10% from 563); Max value from RGB is 214 - color contains mainly: red. Hex color #D69DC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69DC0 is #29623F. Grayscale: #B1B1B1. Windows color (decimal): -2712128 or 12623318. OLE color: 12623318.
HSL color Cylindrical-coordinate representation of color #D69DC0: hue angle of 323.16º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D69DC0 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 157 | 192 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.16 |
| HSL | 323.16º | 0.41% | 0.73% | - |
| HSV(B) | 323.16º | 0.27% | 0.84% | - |
| XYZ | 49.3 | 42.22 | 55.42 | - |
| YUV | 178.03 | 135.88 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 157 | 192 | 0 | 0.27 | 0.10 | 0.16 | 323.16 | 0.41 | 0.73 |
| Hex | D6 | 9D | C0 | 0 | 1B | A | 10 | 143 | 29 | 49 |
| Octal | 326 | 235 | 300 | 0 | 33 | 12 | 20 | 503 | 51 | 111 |
| Binary | 11010110 | 10011101 | 11000000 | 0 | 11011 | 1010 | 10000 | 101000011 | 101001 | 1001001 |
Color Harmonies of #D69DC0
Complementary color
Monochromatic Colors of #D69DC0
Black with #D69DC0
Text Example
Text Example
White with #D69DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69DC0; }
p { color: rgb(214,157,192); }
H1.HeaderClassName
{
color: #D69DC0;
}
.AnyTagClassName
{
color: #D69DC0;
}
</style>
background-color css
<style>
a { background-color: #D69DC0; }
a { background-color: rgb(214,157,192); }
div.DivClassName
{
background-color: #D69DC0;
}
.BgClassName
{
background-color: #D69DC0;
}
</style>
border-color css
<style>
span { border-color: #D69DC0; }
span { border-color: rgb(214,157,192); }
td.TdClassName
{
border-color: #D69DC0;
}
.TagClassName
{
border-color: #D69DC0;
}
</style>