Shades of Shocking #D698C2
Tints of Shocking #D698C2
RGB
CMYK
RGB Variations
Color information
#D698C2 (or 0xD698C2) is known color: Shocking. HEX triplet: D6, 98 and C2. RGB value is (214,152,194). Sum of RGB (Red+Green+Blue) = 214+152+194=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 152 (59.77% from 255 or 27.14% from 560); Blue value is 194 (76.17% from 255 or 34.64% from 560); Max value from RGB is 214 - color contains mainly: red. Hex color #D698C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D698C2 is #29673D. Grayscale: #AFAFAF. Windows color (decimal): -2713406 or 12753110. OLE color: 12753110.
HSL color Cylindrical-coordinate representation of color #D698C2: hue angle of 319.35º 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 #D698C2 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 152 | 194 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.16 |
| HSL | 319.35º | 0.43% | 0.72% | - |
| HSV(B) | 319.35º | 0.29% | 0.84% | - |
| XYZ | 48.7 | 40.65 | 56.32 | - |
| YUV | 175.33 | 138.54 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 152 | 194 | 0 | 0.29 | 0.09 | 0.16 | 319.35 | 0.43 | 0.72 |
| Hex | D6 | 98 | C2 | 0 | 1D | 9 | 10 | 13F | 2B | 48 |
| Octal | 326 | 230 | 302 | 0 | 35 | 11 | 20 | 477 | 53 | 110 |
| Binary | 11010110 | 10011000 | 11000010 | 0 | 11101 | 1001 | 10000 | 100111111 | 101011 | 1001000 |
Color Harmonies of #D698C2
Complementary color
Monochromatic Colors of #D698C2
Black with #D698C2
Text Example
Text Example
White with #D698C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D698C2; }
p { color: rgb(214,152,194); }
H1.HeaderClassName
{
color: #D698C2;
}
.AnyTagClassName
{
color: #D698C2;
}
</style>
background-color css
<style>
a { background-color: #D698C2; }
a { background-color: rgb(214,152,194); }
div.DivClassName
{
background-color: #D698C2;
}
.BgClassName
{
background-color: #D698C2;
}
</style>
border-color css
<style>
span { border-color: #D698C2; }
span { border-color: rgb(214,152,194); }
td.TdClassName
{
border-color: #D698C2;
}
.TagClassName
{
border-color: #D698C2;
}
</style>