Shades of Pale Violet Red #D76F93
Tints of Pale Violet Red #D76F93
RGB
CMYK
RGB Variations
Color information
#D76F93 (or 0xD76F93) is known color: Pale Violet Red. HEX triplet: D7, 6F and 93. RGB value is (215,111,147). Sum of RGB (Red+Green+Blue) = 215+111+147=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76F93 is #28906C. Grayscale: #929292. Windows color (decimal): -2658413 or 9662423. OLE color: 9662423.
HSL color Cylindrical-coordinate representation of color #D76F93: hue angle of 339.23º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D76F93 is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 111 | 147 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.16 |
| HSL | 339.23º | 0.57% | 0.64% | - |
| HSV(B) | 339.23º | 0.48% | 0.84% | - |
| XYZ | 38.98 | 27.92 | 30.94 | - |
| YUV | 146.2 | 128.46 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 111 | 147 | 0 | 0.48 | 0.32 | 0.16 | 339.23 | 0.57 | 0.64 |
| Hex | D7 | 6F | 93 | 0 | 30 | 20 | 10 | 153 | 39 | 40 |
| Octal | 327 | 157 | 223 | 0 | 60 | 40 | 20 | 523 | 71 | 100 |
| Binary | 11010111 | 1101111 | 10010011 | 0 | 110000 | 100000 | 10000 | 101010011 | 111001 | 1000000 |
Color Harmonies of #D76F93
Complementary color
Monochromatic Colors of #D76F93
Black with #D76F93
Text Example
Text Example
White with #D76F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76F93; }
p { color: rgb(215,111,147); }
H1.HeaderClassName
{
color: #D76F93;
}
.AnyTagClassName
{
color: #D76F93;
}
</style>
background-color css
<style>
a { background-color: #D76F93; }
a { background-color: rgb(215,111,147); }
div.DivClassName
{
background-color: #D76F93;
}
.BgClassName
{
background-color: #D76F93;
}
</style>
border-color css
<style>
span { border-color: #D76F93; }
span { border-color: rgb(215,111,147); }
td.TdClassName
{
border-color: #D76F93;
}
.TagClassName
{
border-color: #D76F93;
}
</style>