Shades of Pale Violet Red #D8638E
Tints of Pale Violet Red #D8638E
RGB
CMYK
RGB Variations
Color information
#D8638E (or 0xD8638E) is known color: Pale Violet Red. HEX triplet: D8, 63 and 8E. RGB value is (216,99,142). Sum of RGB (Red+Green+Blue) = 216+99+142=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 99 (39.06% from 255 or 21.66% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D8638E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8638E is #279C71. Grayscale: #8A8A8A. Windows color (decimal): -2595954 or 9331672. OLE color: 9331672.
HSL color Cylindrical-coordinate representation of color #D8638E: hue angle of 337.95º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D8638E is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 99 | 142 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.15 |
| HSL | 337.95º | 0.6% | 0.62% | - |
| HSV(B) | 337.95º | 0.54% | 0.85% | - |
| XYZ | 37.66 | 25.48 | 28.52 | - |
| YUV | 138.89 | 129.76 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 99 | 142 | 0 | 0.54 | 0.34 | 0.15 | 337.95 | 0.6 | 0.62 |
| Hex | D8 | 63 | 8E | 0 | 36 | 22 | F | 152 | 3C | 3E |
| Octal | 330 | 143 | 216 | 0 | 66 | 42 | 17 | 522 | 74 | 76 |
| Binary | 11011000 | 1100011 | 10001110 | 0 | 110110 | 100010 | 1111 | 101010010 | 111100 | 111110 |
Color Harmonies of #D8638E
Complementary color
Monochromatic Colors of #D8638E
Black with #D8638E
Text Example
Text Example
White with #D8638E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8638E; }
p { color: rgb(216,99,142); }
H1.HeaderClassName
{
color: #D8638E;
}
.AnyTagClassName
{
color: #D8638E;
}
</style>
background-color css
<style>
a { background-color: #D8638E; }
a { background-color: rgb(216,99,142); }
div.DivClassName
{
background-color: #D8638E;
}
.BgClassName
{
background-color: #D8638E;
}
</style>
border-color css
<style>
span { border-color: #D8638E; }
span { border-color: rgb(216,99,142); }
td.TdClassName
{
border-color: #D8638E;
}
.TagClassName
{
border-color: #D8638E;
}
</style>