Shades of Pale Violet Red #D8628D
Tints of Pale Violet Red #D8628D
RGB
CMYK
RGB Variations
Color information
#D8628D (or 0xD8628D) is known color: Pale Violet Red. HEX triplet: D8, 62 and 8D. RGB value is (216,98,141). Sum of RGB (Red+Green+Blue) = 216+98+141=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 98 (38.67% from 255 or 21.54% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D8628D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8628D is #279D72. Grayscale: #8A8A8A. Windows color (decimal): -2596211 or 9265880. OLE color: 9265880.
HSL color Cylindrical-coordinate representation of color #D8628D: hue angle of 338.14º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D8628D is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 98 | 141 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.15 |
| HSL | 338.14º | 0.6% | 0.62% | - |
| HSV(B) | 338.14º | 0.55% | 0.85% | - |
| XYZ | 37.49 | 25.26 | 28.1 | - |
| YUV | 138.18 | 129.59 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 98 | 141 | 0 | 0.55 | 0.35 | 0.15 | 338.14 | 0.6 | 0.62 |
| Hex | D8 | 62 | 8D | 0 | 37 | 23 | F | 152 | 3C | 3E |
| Octal | 330 | 142 | 215 | 0 | 67 | 43 | 17 | 522 | 74 | 76 |
| Binary | 11011000 | 1100010 | 10001101 | 0 | 110111 | 100011 | 1111 | 101010010 | 111100 | 111110 |
Color Harmonies of #D8628D
Complementary color
Monochromatic Colors of #D8628D
Black with #D8628D
Text Example
Text Example
White with #D8628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8628D; }
p { color: rgb(216,98,141); }
H1.HeaderClassName
{
color: #D8628D;
}
.AnyTagClassName
{
color: #D8628D;
}
</style>
background-color css
<style>
a { background-color: #D8628D; }
a { background-color: rgb(216,98,141); }
div.DivClassName
{
background-color: #D8628D;
}
.BgClassName
{
background-color: #D8628D;
}
</style>
border-color css
<style>
span { border-color: #D8628D; }
span { border-color: rgb(216,98,141); }
td.TdClassName
{
border-color: #D8628D;
}
.TagClassName
{
border-color: #D8628D;
}
</style>