Shades of Pale Violet Red #D7749D
Tints of Pale Violet Red #D7749D
RGB
CMYK
RGB Variations
Color information
#D7749D (or 0xD7749D) is known color: Pale Violet Red. HEX triplet: D7, 74 and 9D. RGB value is (215,116,157). Sum of RGB (Red+Green+Blue) = 215+116+157=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 116 (45.70% from 255 or 23.77% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D7749D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7749D is #288B62. Grayscale: #969696. Windows color (decimal): -2657123 or 10319063. OLE color: 10319063.
HSL color Cylindrical-coordinate representation of color #D7749D: hue angle of 335.15º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D7749D is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 116 | 157 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.16 |
| HSL | 335.15º | 0.55% | 0.65% | - |
| HSV(B) | 335.15º | 0.46% | 0.84% | - |
| XYZ | 40.36 | 29.37 | 35.44 | - |
| YUV | 150.28 | 131.8 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 116 | 157 | 0 | 0.46 | 0.27 | 0.16 | 335.15 | 0.55 | 0.65 |
| Hex | D7 | 74 | 9D | 0 | 2E | 1B | 10 | 14F | 37 | 41 |
| Octal | 327 | 164 | 235 | 0 | 56 | 33 | 20 | 517 | 67 | 101 |
| Binary | 11010111 | 1110100 | 10011101 | 0 | 101110 | 11011 | 10000 | 101001111 | 110111 | 1000001 |
Color Harmonies of #D7749D
Complementary color
Monochromatic Colors of #D7749D
Black with #D7749D
Text Example
Text Example
White with #D7749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7749D; }
p { color: rgb(215,116,157); }
H1.HeaderClassName
{
color: #D7749D;
}
.AnyTagClassName
{
color: #D7749D;
}
</style>
background-color css
<style>
a { background-color: #D7749D; }
a { background-color: rgb(215,116,157); }
div.DivClassName
{
background-color: #D7749D;
}
.BgClassName
{
background-color: #D7749D;
}
</style>
border-color css
<style>
span { border-color: #D7749D; }
span { border-color: rgb(215,116,157); }
td.TdClassName
{
border-color: #D7749D;
}
.TagClassName
{
border-color: #D7749D;
}
</style>