Shades of Pale Violet Red #D67290
Tints of Pale Violet Red #D67290
RGB
CMYK
RGB Variations
Color information
#D67290 (or 0xD67290) is known color: Pale Violet Red. HEX triplet: D6, 72 and 90. RGB value is (214,114,144). Sum of RGB (Red+Green+Blue) = 214+114+144=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D67290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67290 is #298D6F. Grayscale: #939393. Windows color (decimal): -2723184 or 9466582. OLE color: 9466582.
HSL color Cylindrical-coordinate representation of color #D67290: hue angle of 342º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D67290 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 114 | 144 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.16 |
| HSL | 342º | 0.55% | 0.64% | - |
| HSV(B) | 342º | 0.47% | 0.84% | - |
| XYZ | 38.78 | 28.34 | 29.81 | - |
| YUV | 147.32 | 126.13 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 114 | 144 | 0 | 0.47 | 0.33 | 0.16 | 342 | 0.55 | 0.64 |
| Hex | D6 | 72 | 90 | 0 | 2F | 21 | 10 | 156 | 37 | 40 |
| Octal | 326 | 162 | 220 | 0 | 57 | 41 | 20 | 526 | 67 | 100 |
| Binary | 11010110 | 1110010 | 10010000 | 0 | 101111 | 100001 | 10000 | 101010110 | 110111 | 1000000 |
Color Harmonies of #D67290
Complementary color
Monochromatic Colors of #D67290
Black with #D67290
Text Example
Text Example
White with #D67290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67290; }
p { color: rgb(214,114,144); }
H1.HeaderClassName
{
color: #D67290;
}
.AnyTagClassName
{
color: #D67290;
}
</style>
background-color css
<style>
a { background-color: #D67290; }
a { background-color: rgb(214,114,144); }
div.DivClassName
{
background-color: #D67290;
}
.BgClassName
{
background-color: #D67290;
}
</style>
border-color css
<style>
span { border-color: #D67290; }
span { border-color: rgb(214,114,144); }
td.TdClassName
{
border-color: #D67290;
}
.TagClassName
{
border-color: #D67290;
}
</style>