Shades of Pale Violet Red #D7749C
Tints of Pale Violet Red #D7749C
RGB
CMYK
RGB Variations
Color information
#D7749C (or 0xD7749C) is known color: Pale Violet Red. HEX triplet: D7, 74 and 9C. RGB value is (215,116,156). Sum of RGB (Red+Green+Blue) = 215+116+156=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 116 (45.70% from 255 or 23.82% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 215 - color contains mainly: red. Hex color #D7749C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7749C is #288B63. Grayscale: #969696. Windows color (decimal): -2657124 or 10253527. OLE color: 10253527.
HSL color Cylindrical-coordinate representation of color #D7749C: hue angle of 335.76º 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 #D7749C is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 116 | 156 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.16 |
| HSL | 335.76º | 0.55% | 0.65% | - |
| HSV(B) | 335.76º | 0.46% | 0.84% | - |
| XYZ | 40.27 | 29.34 | 34.99 | - |
| YUV | 150.16 | 131.3 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 116 | 156 | 0 | 0.46 | 0.27 | 0.16 | 335.76 | 0.55 | 0.65 |
| Hex | D7 | 74 | 9C | 0 | 2E | 1B | 10 | 150 | 37 | 41 |
| Octal | 327 | 164 | 234 | 0 | 56 | 33 | 20 | 520 | 67 | 101 |
| Binary | 11010111 | 1110100 | 10011100 | 0 | 101110 | 11011 | 10000 | 101010000 | 110111 | 1000001 |
Color Harmonies of #D7749C
Complementary color
Monochromatic Colors of #D7749C
Black with #D7749C
Text Example
Text Example
White with #D7749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7749C; }
p { color: rgb(215,116,156); }
H1.HeaderClassName
{
color: #D7749C;
}
.AnyTagClassName
{
color: #D7749C;
}
</style>
background-color css
<style>
a { background-color: #D7749C; }
a { background-color: rgb(215,116,156); }
div.DivClassName
{
background-color: #D7749C;
}
.BgClassName
{
background-color: #D7749C;
}
</style>
border-color css
<style>
span { border-color: #D7749C; }
span { border-color: rgb(215,116,156); }
td.TdClassName
{
border-color: #D7749C;
}
.TagClassName
{
border-color: #D7749C;
}
</style>