Shades of Shocking #D699C1
Tints of Shocking #D699C1
RGB
CMYK
RGB Variations
Color information
#D699C1 (or 0xD699C1) is known color: Shocking. HEX triplet: D6, 99 and C1. RGB value is (214,153,193). Sum of RGB (Red+Green+Blue) = 214+153+193=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 153 (60.16% from 255 or 27.32% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 214 - color contains mainly: red. Hex color #D699C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D699C1 is #29663E. Grayscale: #AFAFAF. Windows color (decimal): -2713151 or 12687830. OLE color: 12687830.
HSL color Cylindrical-coordinate representation of color #D699C1: hue angle of 320.66º 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 #D699C1 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 153 | 193 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.16 |
| HSL | 320.66º | 0.43% | 0.72% | - |
| HSV(B) | 320.66º | 0.29% | 0.84% | - |
| XYZ | 48.75 | 40.93 | 55.78 | - |
| YUV | 175.8 | 137.71 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 193 | 0 | 0.29 | 0.10 | 0.16 | 320.66 | 0.43 | 0.72 |
| Hex | D6 | 99 | C1 | 0 | 1D | A | 10 | 141 | 2B | 48 |
| Octal | 326 | 231 | 301 | 0 | 35 | 12 | 20 | 501 | 53 | 110 |
| Binary | 11010110 | 10011001 | 11000001 | 0 | 11101 | 1010 | 10000 | 101000001 | 101011 | 1001000 |
Color Harmonies of #D699C1
Complementary color
Monochromatic Colors of #D699C1
Black with #D699C1
Text Example
Text Example
White with #D699C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D699C1; }
p { color: rgb(214,153,193); }
H1.HeaderClassName
{
color: #D699C1;
}
.AnyTagClassName
{
color: #D699C1;
}
</style>
background-color css
<style>
a { background-color: #D699C1; }
a { background-color: rgb(214,153,193); }
div.DivClassName
{
background-color: #D699C1;
}
.BgClassName
{
background-color: #D699C1;
}
</style>
border-color css
<style>
span { border-color: #D699C1; }
span { border-color: rgb(214,153,193); }
td.TdClassName
{
border-color: #D699C1;
}
.TagClassName
{
border-color: #D699C1;
}
</style>