Shades of Pale Violet Red #D66588
Tints of Pale Violet Red #D66588
RGB
CMYK
RGB Variations
Color information
#D66588 (or 0xD66588) is known color: Pale Violet Red. HEX triplet: D6, 65 and 88. RGB value is (214,101,136). Sum of RGB (Red+Green+Blue) = 214+101+136=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 101 (39.84% from 255 or 22.39% from 451); Blue value is 136 (53.52% from 255 or 30.16% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D66588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66588 is #299A77. Grayscale: #8A8A8A. Windows color (decimal): -2726520 or 8938966. OLE color: 8938966.
HSL color Cylindrical-coordinate representation of color #D66588: hue angle of 341.42º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D66588 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 101 | 136 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.16 |
| HSL | 341.42º | 0.58% | 0.62% | - |
| HSV(B) | 341.42º | 0.53% | 0.84% | - |
| XYZ | 36.83 | 25.38 | 26.25 | - |
| YUV | 138.78 | 126.44 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 101 | 136 | 0 | 0.53 | 0.36 | 0.16 | 341.42 | 0.58 | 0.62 |
| Hex | D6 | 65 | 88 | 0 | 35 | 24 | 10 | 155 | 3A | 3E |
| Octal | 326 | 145 | 210 | 0 | 65 | 44 | 20 | 525 | 72 | 76 |
| Binary | 11010110 | 1100101 | 10001000 | 0 | 110101 | 100100 | 10000 | 101010101 | 111010 | 111110 |
Color Harmonies of #D66588
Complementary color
Monochromatic Colors of #D66588
Black with #D66588
Text Example
Text Example
White with #D66588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66588; }
p { color: rgb(214,101,136); }
H1.HeaderClassName
{
color: #D66588;
}
.AnyTagClassName
{
color: #D66588;
}
</style>
background-color css
<style>
a { background-color: #D66588; }
a { background-color: rgb(214,101,136); }
div.DivClassName
{
background-color: #D66588;
}
.BgClassName
{
background-color: #D66588;
}
</style>
border-color css
<style>
span { border-color: #D66588; }
span { border-color: rgb(214,101,136); }
td.TdClassName
{
border-color: #D66588;
}
.TagClassName
{
border-color: #D66588;
}
</style>