Shades of Pale Violet Red #D66689
Tints of Pale Violet Red #D66689
RGB
CMYK
RGB Variations
Color information
#D66689 (or 0xD66689) is known color: Pale Violet Red. HEX triplet: D6, 66 and 89. RGB value is (214,102,137). Sum of RGB (Red+Green+Blue) = 214+102+137=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 137 (53.91% from 255 or 30.24% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D66689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66689 is #299976. Grayscale: #8B8B8B. Windows color (decimal): -2726263 or 9004758. OLE color: 9004758.
HSL color Cylindrical-coordinate representation of color #D66689: hue angle of 341.25º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D66689 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 137 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.16 |
| HSL | 341.25º | 0.58% | 0.62% | - |
| HSV(B) | 341.25º | 0.52% | 0.84% | - |
| XYZ | 37 | 25.61 | 26.66 | - |
| YUV | 139.48 | 126.61 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 137 | 0 | 0.52 | 0.36 | 0.16 | 341.25 | 0.58 | 0.62 |
| Hex | D6 | 66 | 89 | 0 | 34 | 24 | 10 | 155 | 3A | 3E |
| Octal | 326 | 146 | 211 | 0 | 64 | 44 | 20 | 525 | 72 | 76 |
| Binary | 11010110 | 1100110 | 10001001 | 0 | 110100 | 100100 | 10000 | 101010101 | 111010 | 111110 |
Color Harmonies of #D66689
Complementary color
Monochromatic Colors of #D66689
Black with #D66689
Text Example
Text Example
White with #D66689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66689; }
p { color: rgb(214,102,137); }
H1.HeaderClassName
{
color: #D66689;
}
.AnyTagClassName
{
color: #D66689;
}
</style>
background-color css
<style>
a { background-color: #D66689; }
a { background-color: rgb(214,102,137); }
div.DivClassName
{
background-color: #D66689;
}
.BgClassName
{
background-color: #D66689;
}
</style>
border-color css
<style>
span { border-color: #D66689; }
span { border-color: rgb(214,102,137); }
td.TdClassName
{
border-color: #D66689;
}
.TagClassName
{
border-color: #D66689;
}
</style>