Shades of Pale Violet Red #DB6C8C
Tints of Pale Violet Red #DB6C8C
RGB
CMYK
RGB Variations
Color information
#DB6C8C (or 0xDB6C8C) is known color: Pale Violet Red. HEX triplet: DB, 6C and 8C. RGB value is (219,108,140). Sum of RGB (Red+Green+Blue) = 219+108+140=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6C8C is #249373. Grayscale: #909090. Windows color (decimal): -2397044 or 9202907. OLE color: 9202907.
HSL color Cylindrical-coordinate representation of color #DB6C8C: hue angle of 342.7º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6C8C is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 108 | 140 | - |
CMYK | 0 | 0.51 | 0.36 | 0.14 |
HSL | 342.7º | 0.61% | 0.64% | - |
HSV(B) | 342.7º | 0.51% | 0.86% | - |
XYZ | 39.31 | 27.68 | 28.08 | - |
YUV | 144.84 | 125.27 | 180.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 108 | 140 | 0 | 0.51 | 0.36 | 0.14 | 342.7 | 0.61 | 0.64 |
Hex | DB | 6C | 8C | 0 | 33 | 24 | E | 157 | 3D | 40 |
Octal | 333 | 154 | 214 | 0 | 63 | 44 | 16 | 527 | 75 | 100 |
Binary | 11011011 | 1101100 | 10001100 | 0 | 110011 | 100100 | 1110 | 101010111 | 111101 | 1000000 |
Color Harmonies of #DB6C8C
Complementary color
Monochromatic Colors of #DB6C8C
Black with #DB6C8C
Text Example
Text Example
White with #DB6C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6C8C; }
p { color: rgb(219,108,140); }
H1.HeaderClassName
{
color: #DB6C8C;
}
.AnyTagClassName
{
color: #DB6C8C;
}
</style>
background-color css
<style>
a { background-color: #DB6C8C; }
a { background-color: rgb(219,108,140); }
div.DivClassName
{
background-color: #DB6C8C;
}
.BgClassName
{
background-color: #DB6C8C;
}
</style>
border-color css
<style>
span { border-color: #DB6C8C; }
span { border-color: rgb(219,108,140); }
td.TdClassName
{
border-color: #DB6C8C;
}
.TagClassName
{
border-color: #DB6C8C;
}
</style>