Shades of Pale Violet Red #D67993
Tints of Pale Violet Red #D67993
RGB
CMYK
RGB Variations
Color information
#D67993 (or 0xD67993) is known color: Pale Violet Red. HEX triplet: D6, 79 and 93. RGB value is (214,121,147). Sum of RGB (Red+Green+Blue) = 214+121+147=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 121 (47.66% from 255 or 25.10% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D67993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67993 is #29866C. Grayscale: #979797. Windows color (decimal): -2721389 or 9664982. OLE color: 9664982.
HSL color Cylindrical-coordinate representation of color #D67993: hue angle of 343.23º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D67993 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 121 | 147 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.16 |
| HSL | 343.23º | 0.53% | 0.66% | - |
| HSV(B) | 343.23º | 0.43% | 0.84% | - |
| XYZ | 39.84 | 30.08 | 31.31 | - |
| YUV | 151.77 | 125.31 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 121 | 147 | 0 | 0.43 | 0.31 | 0.16 | 343.23 | 0.53 | 0.66 |
| Hex | D6 | 79 | 93 | 0 | 2B | 1F | 10 | 157 | 35 | 42 |
| Octal | 326 | 171 | 223 | 0 | 53 | 37 | 20 | 527 | 65 | 102 |
| Binary | 11010110 | 1111001 | 10010011 | 0 | 101011 | 11111 | 10000 | 101010111 | 110101 | 1000010 |
Color Harmonies of #D67993
Complementary color
Monochromatic Colors of #D67993
Black with #D67993
Text Example
Text Example
White with #D67993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67993; }
p { color: rgb(214,121,147); }
H1.HeaderClassName
{
color: #D67993;
}
.AnyTagClassName
{
color: #D67993;
}
</style>
background-color css
<style>
a { background-color: #D67993; }
a { background-color: rgb(214,121,147); }
div.DivClassName
{
background-color: #D67993;
}
.BgClassName
{
background-color: #D67993;
}
</style>
border-color css
<style>
span { border-color: #D67993; }
span { border-color: rgb(214,121,147); }
td.TdClassName
{
border-color: #D67993;
}
.TagClassName
{
border-color: #D67993;
}
</style>