Shades of Pale Violet Red #D5688A
Tints of Pale Violet Red #D5688A
RGB
CMYK
RGB Variations
Color information
#D5688A (or 0xD5688A) is known color: Pale Violet Red. HEX triplet: D5, 68 and 8A. RGB value is (213,104,138). Sum of RGB (Red+Green+Blue) = 213+104+138=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 104 (41.02% from 255 or 22.86% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D5688A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5688A is #2A9775. Grayscale: #8C8C8C. Windows color (decimal): -2791286 or 9070805. OLE color: 9070805.
HSL color Cylindrical-coordinate representation of color #D5688A: hue angle of 341.28º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D5688A is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 104 | 138 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.16 |
| HSL | 341.28º | 0.56% | 0.62% | - |
| HSV(B) | 341.28º | 0.51% | 0.84% | - |
| XYZ | 36.98 | 25.88 | 27.09 | - |
| YUV | 140.47 | 126.61 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 104 | 138 | 0 | 0.51 | 0.35 | 0.16 | 341.28 | 0.56 | 0.62 |
| Hex | D5 | 68 | 8A | 0 | 33 | 23 | 10 | 155 | 38 | 3E |
| Octal | 325 | 150 | 212 | 0 | 63 | 43 | 20 | 525 | 70 | 76 |
| Binary | 11010101 | 1101000 | 10001010 | 0 | 110011 | 100011 | 10000 | 101010101 | 111000 | 111110 |
Color Harmonies of #D5688A
Complementary color
Monochromatic Colors of #D5688A
Black with #D5688A
Text Example
Text Example
White with #D5688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5688A; }
p { color: rgb(213,104,138); }
H1.HeaderClassName
{
color: #D5688A;
}
.AnyTagClassName
{
color: #D5688A;
}
</style>
background-color css
<style>
a { background-color: #D5688A; }
a { background-color: rgb(213,104,138); }
div.DivClassName
{
background-color: #D5688A;
}
.BgClassName
{
background-color: #D5688A;
}
</style>
border-color css
<style>
span { border-color: #D5688A; }
span { border-color: rgb(213,104,138); }
td.TdClassName
{
border-color: #D5688A;
}
.TagClassName
{
border-color: #D5688A;
}
</style>