Shades of Pale Violet Red #DB668F
Tints of Pale Violet Red #DB668F
RGB
CMYK
RGB Variations
Color information
#DB668F (or 0xDB668F) is known color: Pale Violet Red. HEX triplet: DB, 66 and 8F. RGB value is (219,102,143). Sum of RGB (Red+Green+Blue) = 219+102+143=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 143 (56.25% from 255 or 30.82% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB668F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB668F is #249970. Grayscale: #8D8D8D. Windows color (decimal): -2398577 or 9397979. OLE color: 9397979.
HSL color Cylindrical-coordinate representation of color #DB668F: hue angle of 338.97º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB668F is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 143 | - |
| CMYK | 0 | 0.53 | 0.35 | 0.14 |
| HSL | 338.97º | 0.62% | 0.63% | - |
| HSV(B) | 338.97º | 0.53% | 0.86% | - |
| XYZ | 38.92 | 26.55 | 29.06 | - |
| YUV | 141.66 | 128.76 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 143 | 0 | 0.53 | 0.35 | 0.14 | 338.97 | 0.62 | 0.63 |
| Hex | DB | 66 | 8F | 0 | 35 | 23 | E | 153 | 3E | 3F |
| Octal | 333 | 146 | 217 | 0 | 65 | 43 | 16 | 523 | 76 | 77 |
| Binary | 11011011 | 1100110 | 10001111 | 0 | 110101 | 100011 | 1110 | 101010011 | 111110 | 111111 |
Color Harmonies of #DB668F
Complementary color
Monochromatic Colors of #DB668F
Black with #DB668F
Text Example
Text Example
White with #DB668F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB668F; }
p { color: rgb(219,102,143); }
H1.HeaderClassName
{
color: #DB668F;
}
.AnyTagClassName
{
color: #DB668F;
}
</style>
background-color css
<style>
a { background-color: #DB668F; }
a { background-color: rgb(219,102,143); }
div.DivClassName
{
background-color: #DB668F;
}
.BgClassName
{
background-color: #DB668F;
}
</style>
border-color css
<style>
span { border-color: #DB668F; }
span { border-color: rgb(219,102,143); }
td.TdClassName
{
border-color: #DB668F;
}
.TagClassName
{
border-color: #DB668F;
}
</style>