Shades of Shocking #D699C3
Tints of Shocking #D699C3
RGB
CMYK
RGB Variations
Color information
#D699C3 (or 0xD699C3) is known color: Shocking. HEX triplet: D6, 99 and C3. RGB value is (214,153,195). Sum of RGB (Red+Green+Blue) = 214+153+195=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 153 (60.16% from 255 or 27.22% from 562); Blue value is 195 (76.56% from 255 or 34.70% from 562); Max value from RGB is 214 - color contains mainly: red. Hex color #D699C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D699C3 is #29663C. Grayscale: #AFAFAF. Windows color (decimal): -2713149 or 12818902. OLE color: 12818902.
HSL color Cylindrical-coordinate representation of color #D699C3: hue angle of 318.69º 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 #D699C3 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 153 | 195 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.16 |
| HSL | 318.69º | 0.43% | 0.72% | - |
| HSV(B) | 318.69º | 0.29% | 0.84% | - |
| XYZ | 48.97 | 41.02 | 56.97 | - |
| YUV | 176.03 | 138.71 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 195 | 0 | 0.29 | 0.09 | 0.16 | 318.69 | 0.43 | 0.72 |
| Hex | D6 | 99 | C3 | 0 | 1D | 9 | 10 | 13F | 2B | 48 |
| Octal | 326 | 231 | 303 | 0 | 35 | 11 | 20 | 477 | 53 | 110 |
| Binary | 11010110 | 10011001 | 11000011 | 0 | 11101 | 1001 | 10000 | 100111111 | 101011 | 1001000 |
Color Harmonies of #D699C3
Complementary color
Monochromatic Colors of #D699C3
Black with #D699C3
Text Example
Text Example
White with #D699C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D699C3; }
p { color: rgb(214,153,195); }
H1.HeaderClassName
{
color: #D699C3;
}
.AnyTagClassName
{
color: #D699C3;
}
</style>
background-color css
<style>
a { background-color: #D699C3; }
a { background-color: rgb(214,153,195); }
div.DivClassName
{
background-color: #D699C3;
}
.BgClassName
{
background-color: #D699C3;
}
</style>
border-color css
<style>
span { border-color: #D699C3; }
span { border-color: rgb(214,153,195); }
td.TdClassName
{
border-color: #D699C3;
}
.TagClassName
{
border-color: #D699C3;
}
</style>