Shades of Pale Violet Red #D76588
Tints of Pale Violet Red #D76588
RGB
CMYK
RGB Variations
Color information
#D76588 (or 0xD76588) is known color: Pale Violet Red. HEX triplet: D7, 65 and 88. RGB value is (215,101,136). Sum of RGB (Red+Green+Blue) = 215+101+136=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 101 (39.84% from 255 or 22.35% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D76588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76588 is #289A77. Grayscale: #8B8B8B. Windows color (decimal): -2660984 or 8938967. OLE color: 8938967.
HSL color Cylindrical-coordinate representation of color #D76588: hue angle of 341.58º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D76588 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 101 | 136 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.16 |
| HSL | 341.58º | 0.59% | 0.62% | - |
| HSV(B) | 341.58º | 0.53% | 0.84% | - |
| XYZ | 37.12 | 25.53 | 26.26 | - |
| YUV | 139.08 | 126.27 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 101 | 136 | 0 | 0.53 | 0.37 | 0.16 | 341.58 | 0.59 | 0.62 |
| Hex | D7 | 65 | 88 | 0 | 35 | 25 | 10 | 156 | 3B | 3E |
| Octal | 327 | 145 | 210 | 0 | 65 | 45 | 20 | 526 | 73 | 76 |
| Binary | 11010111 | 1100101 | 10001000 | 0 | 110101 | 100101 | 10000 | 101010110 | 111011 | 111110 |
Color Harmonies of #D76588
Complementary color
Monochromatic Colors of #D76588
Black with #D76588
Text Example
Text Example
White with #D76588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76588; }
p { color: rgb(215,101,136); }
H1.HeaderClassName
{
color: #D76588;
}
.AnyTagClassName
{
color: #D76588;
}
</style>
background-color css
<style>
a { background-color: #D76588; }
a { background-color: rgb(215,101,136); }
div.DivClassName
{
background-color: #D76588;
}
.BgClassName
{
background-color: #D76588;
}
</style>
border-color css
<style>
span { border-color: #D76588; }
span { border-color: rgb(215,101,136); }
td.TdClassName
{
border-color: #D76588;
}
.TagClassName
{
border-color: #D76588;
}
</style>