Shades of Pale Violet Red #D46F90
Tints of Pale Violet Red #D46F90
RGB
CMYK
RGB Variations
Color information
#D46F90 (or 0xD46F90) is known color: Pale Violet Red. HEX triplet: D4, 6F and 90. RGB value is (212,111,144). Sum of RGB (Red+Green+Blue) = 212+111+144=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D46F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46F90 is #2B906F. Grayscale: #909090. Windows color (decimal): -2855024 or 9465812. OLE color: 9465812.
HSL color Cylindrical-coordinate representation of color #D46F90: hue angle of 340.4º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D46F90 is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 111 | 144 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.17 |
| HSL | 340.4º | 0.54% | 0.63% | - |
| HSV(B) | 340.4º | 0.48% | 0.83% | - |
| XYZ | 37.87 | 27.38 | 29.67 | - |
| YUV | 144.96 | 127.46 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 111 | 144 | 0 | 0.48 | 0.32 | 0.17 | 340.4 | 0.54 | 0.63 |
| Hex | D4 | 6F | 90 | 0 | 30 | 20 | 11 | 154 | 36 | 3F |
| Octal | 324 | 157 | 220 | 0 | 60 | 40 | 21 | 524 | 66 | 77 |
| Binary | 11010100 | 1101111 | 10010000 | 0 | 110000 | 100000 | 10001 | 101010100 | 110110 | 111111 |
Color Harmonies of #D46F90
Complementary color
Monochromatic Colors of #D46F90
Black with #D46F90
Text Example
Text Example
White with #D46F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46F90; }
p { color: rgb(212,111,144); }
H1.HeaderClassName
{
color: #D46F90;
}
.AnyTagClassName
{
color: #D46F90;
}
</style>
background-color css
<style>
a { background-color: #D46F90; }
a { background-color: rgb(212,111,144); }
div.DivClassName
{
background-color: #D46F90;
}
.BgClassName
{
background-color: #D46F90;
}
</style>
border-color css
<style>
span { border-color: #D46F90; }
span { border-color: rgb(212,111,144); }
td.TdClassName
{
border-color: #D46F90;
}
.TagClassName
{
border-color: #D46F90;
}
</style>