Shades of Pale Violet Red #D6749A
Tints of Pale Violet Red #D6749A
RGB
CMYK
RGB Variations
Color information
#D6749A (or 0xD6749A) is known color: Pale Violet Red. HEX triplet: D6, 74 and 9A. RGB value is (214,116,154). Sum of RGB (Red+Green+Blue) = 214+116+154=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 154 (60.55% from 255 or 31.82% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D6749A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6749A is #298B65. Grayscale: #959595. Windows color (decimal): -2722662 or 10122454. OLE color: 10122454.
HSL color Cylindrical-coordinate representation of color #D6749A: hue angle of 336.73º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D6749A is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 116 | 154 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.16 |
| HSL | 336.73º | 0.54% | 0.65% | - |
| HSV(B) | 336.73º | 0.46% | 0.84% | - |
| XYZ | 39.81 | 29.12 | 34.09 | - |
| YUV | 149.63 | 130.47 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 116 | 154 | 0 | 0.46 | 0.28 | 0.16 | 336.73 | 0.54 | 0.65 |
| Hex | D6 | 74 | 9A | 0 | 2E | 1C | 10 | 151 | 36 | 41 |
| Octal | 326 | 164 | 232 | 0 | 56 | 34 | 20 | 521 | 66 | 101 |
| Binary | 11010110 | 1110100 | 10011010 | 0 | 101110 | 11100 | 10000 | 101010001 | 110110 | 1000001 |
Color Harmonies of #D6749A
Complementary color
Monochromatic Colors of #D6749A
Black with #D6749A
Text Example
Text Example
White with #D6749A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6749A; }
p { color: rgb(214,116,154); }
H1.HeaderClassName
{
color: #D6749A;
}
.AnyTagClassName
{
color: #D6749A;
}
</style>
background-color css
<style>
a { background-color: #D6749A; }
a { background-color: rgb(214,116,154); }
div.DivClassName
{
background-color: #D6749A;
}
.BgClassName
{
background-color: #D6749A;
}
</style>
border-color css
<style>
span { border-color: #D6749A; }
span { border-color: rgb(214,116,154); }
td.TdClassName
{
border-color: #D6749A;
}
.TagClassName
{
border-color: #D6749A;
}
</style>