Shades of Pale Violet Red #DB668A
Tints of Pale Violet Red #DB668A
RGB
CMYK
RGB Variations
Color information
#DB668A (or 0xDB668A) is known color: Pale Violet Red. HEX triplet: DB, 66 and 8A. RGB value is (219,102,138). Sum of RGB (Red+Green+Blue) = 219+102+138=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB668A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB668A is #249975. Grayscale: #8D8D8D. Windows color (decimal): -2398582 or 9070299. OLE color: 9070299.
HSL color Cylindrical-coordinate representation of color #DB668A: hue angle of 341.54º 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 #DB668A is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 138 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.14 |
| HSL | 341.54º | 0.62% | 0.63% | - |
| HSV(B) | 341.54º | 0.53% | 0.86% | - |
| XYZ | 38.55 | 26.4 | 27.11 | - |
| YUV | 141.09 | 126.26 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 138 | 0 | 0.53 | 0.37 | 0.14 | 341.54 | 0.62 | 0.63 |
| Hex | DB | 66 | 8A | 0 | 35 | 25 | E | 156 | 3E | 3F |
| Octal | 333 | 146 | 212 | 0 | 65 | 45 | 16 | 526 | 76 | 77 |
| Binary | 11011011 | 1100110 | 10001010 | 0 | 110101 | 100101 | 1110 | 101010110 | 111110 | 111111 |
Color Harmonies of #DB668A
Complementary color
Monochromatic Colors of #DB668A
Black with #DB668A
Text Example
Text Example
White with #DB668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB668A; }
p { color: rgb(219,102,138); }
H1.HeaderClassName
{
color: #DB668A;
}
.AnyTagClassName
{
color: #DB668A;
}
</style>
background-color css
<style>
a { background-color: #DB668A; }
a { background-color: rgb(219,102,138); }
div.DivClassName
{
background-color: #DB668A;
}
.BgClassName
{
background-color: #DB668A;
}
</style>
border-color css
<style>
span { border-color: #DB668A; }
span { border-color: rgb(219,102,138); }
td.TdClassName
{
border-color: #DB668A;
}
.TagClassName
{
border-color: #DB668A;
}
</style>