Shades of Pale Violet Red #D67098
Tints of Pale Violet Red #D67098
RGB
CMYK
RGB Variations
Color information
#D67098 (or 0xD67098) is known color: Pale Violet Red. HEX triplet: D6, 70 and 98. RGB value is (214,112,152). Sum of RGB (Red+Green+Blue) = 214+112+152=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 152 (59.77% from 255 or 31.80% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D67098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67098 is #298F67. Grayscale: #939393. Windows color (decimal): -2723688 or 9990358. OLE color: 9990358.
HSL color Cylindrical-coordinate representation of color #D67098: hue angle of 336.47º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D67098 is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 112 | 152 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.16 |
| HSL | 336.47º | 0.55% | 0.64% | - |
| HSV(B) | 336.47º | 0.48% | 0.84% | - |
| XYZ | 39.19 | 28.15 | 33.07 | - |
| YUV | 147.06 | 130.79 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 112 | 152 | 0 | 0.48 | 0.29 | 0.16 | 336.47 | 0.55 | 0.64 |
| Hex | D6 | 70 | 98 | 0 | 30 | 1D | 10 | 150 | 37 | 40 |
| Octal | 326 | 160 | 230 | 0 | 60 | 35 | 20 | 520 | 67 | 100 |
| Binary | 11010110 | 1110000 | 10011000 | 0 | 110000 | 11101 | 10000 | 101010000 | 110111 | 1000000 |
Color Harmonies of #D67098
Complementary color
Monochromatic Colors of #D67098
Black with #D67098
Text Example
Text Example
White with #D67098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67098; }
p { color: rgb(214,112,152); }
H1.HeaderClassName
{
color: #D67098;
}
.AnyTagClassName
{
color: #D67098;
}
</style>
background-color css
<style>
a { background-color: #D67098; }
a { background-color: rgb(214,112,152); }
div.DivClassName
{
background-color: #D67098;
}
.BgClassName
{
background-color: #D67098;
}
</style>
border-color css
<style>
span { border-color: #D67098; }
span { border-color: rgb(214,112,152); }
td.TdClassName
{
border-color: #D67098;
}
.TagClassName
{
border-color: #D67098;
}
</style>