Shades of Pale Violet Red #D36F90
Tints of Pale Violet Red #D36F90
RGB
CMYK
RGB Variations
Color information
#D36F90 (or 0xD36F90) is known color: Pale Violet Red. HEX triplet: D3, 6F and 90. RGB value is (211,111,144). Sum of RGB (Red+Green+Blue) = 211+111+144=466 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.28% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 211 - color contains mainly: red. Hex color #D36F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36F90 is #2C906F. Grayscale: #909090. Windows color (decimal): -2920560 or 9465811. OLE color: 9465811.
HSL color Cylindrical-coordinate representation of color #D36F90: hue angle of 340.2º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D36F90 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 111 | 144 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.17 |
| HSL | 340.2º | 0.53% | 0.63% | - |
| HSV(B) | 340.2º | 0.47% | 0.83% | - |
| XYZ | 37.58 | 27.23 | 29.66 | - |
| YUV | 144.66 | 127.63 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 111 | 144 | 0 | 0.47 | 0.32 | 0.17 | 340.2 | 0.53 | 0.63 |
| Hex | D3 | 6F | 90 | 0 | 2F | 20 | 11 | 154 | 35 | 3F |
| Octal | 323 | 157 | 220 | 0 | 57 | 40 | 21 | 524 | 65 | 77 |
| Binary | 11010011 | 1101111 | 10010000 | 0 | 101111 | 100000 | 10001 | 101010100 | 110101 | 111111 |
Color Harmonies of #D36F90
Complementary color
Monochromatic Colors of #D36F90
Black with #D36F90
Text Example
Text Example
White with #D36F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36F90; }
p { color: rgb(211,111,144); }
H1.HeaderClassName
{
color: #D36F90;
}
.AnyTagClassName
{
color: #D36F90;
}
</style>
background-color css
<style>
a { background-color: #D36F90; }
a { background-color: rgb(211,111,144); }
div.DivClassName
{
background-color: #D36F90;
}
.BgClassName
{
background-color: #D36F90;
}
</style>
border-color css
<style>
span { border-color: #D36F90; }
span { border-color: rgb(211,111,144); }
td.TdClassName
{
border-color: #D36F90;
}
.TagClassName
{
border-color: #D36F90;
}
</style>