Shades of Pale Violet Red #D7638D
Tints of Pale Violet Red #D7638D
RGB
CMYK
RGB Variations
Color information
#D7638D (or 0xD7638D) is known color: Pale Violet Red. HEX triplet: D7, 63 and 8D. RGB value is (215,99,141). Sum of RGB (Red+Green+Blue) = 215+99+141=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 99 (39.06% from 255 or 21.76% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D7638D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7638D is #289C72. Grayscale: #8A8A8A. Windows color (decimal): -2661491 or 9266135. OLE color: 9266135.
HSL color Cylindrical-coordinate representation of color #D7638D: hue angle of 338.28º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D7638D is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 99 | 141 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.16 |
| HSL | 338.28º | 0.59% | 0.62% | - |
| HSV(B) | 338.28º | 0.54% | 0.84% | - |
| XYZ | 37.29 | 25.29 | 28.12 | - |
| YUV | 138.47 | 129.43 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 99 | 141 | 0 | 0.54 | 0.34 | 0.16 | 338.28 | 0.59 | 0.62 |
| Hex | D7 | 63 | 8D | 0 | 36 | 22 | 10 | 152 | 3B | 3E |
| Octal | 327 | 143 | 215 | 0 | 66 | 42 | 20 | 522 | 73 | 76 |
| Binary | 11010111 | 1100011 | 10001101 | 0 | 110110 | 100010 | 10000 | 101010010 | 111011 | 111110 |
Color Harmonies of #D7638D
Complementary color
Monochromatic Colors of #D7638D
Black with #D7638D
Text Example
Text Example
White with #D7638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7638D; }
p { color: rgb(215,99,141); }
H1.HeaderClassName
{
color: #D7638D;
}
.AnyTagClassName
{
color: #D7638D;
}
</style>
background-color css
<style>
a { background-color: #D7638D; }
a { background-color: rgb(215,99,141); }
div.DivClassName
{
background-color: #D7638D;
}
.BgClassName
{
background-color: #D7638D;
}
</style>
border-color css
<style>
span { border-color: #D7638D; }
span { border-color: rgb(215,99,141); }
td.TdClassName
{
border-color: #D7638D;
}
.TagClassName
{
border-color: #D7638D;
}
</style>