Shades of Pale Violet Red #DB768F
Tints of Pale Violet Red #DB768F
RGB
CMYK
RGB Variations
Color information
#DB768F (or 0xDB768F) is known color: Pale Violet Red. HEX triplet: DB, 76 and 8F. RGB value is (219,118,143). Sum of RGB (Red+Green+Blue) = 219+118+143=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 118 (46.48% from 255 or 24.58% from 480); Blue value is 143 (56.25% from 255 or 29.79% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB768F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB768F is #248970. Grayscale: #979797. Windows color (decimal): -2394481 or 9402075. OLE color: 9402075.
HSL color Cylindrical-coordinate representation of color #DB768F: hue angle of 345.15º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB768F is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 143 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.14 |
| HSL | 345.15º | 0.58% | 0.66% | - |
| HSV(B) | 345.15º | 0.46% | 0.86% | - |
| XYZ | 40.65 | 30 | 29.63 | - |
| YUV | 151.05 | 123.46 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 143 | 0 | 0.46 | 0.35 | 0.14 | 345.15 | 0.58 | 0.66 |
| Hex | DB | 76 | 8F | 0 | 2E | 23 | E | 159 | 3A | 42 |
| Octal | 333 | 166 | 217 | 0 | 56 | 43 | 16 | 531 | 72 | 102 |
| Binary | 11011011 | 1110110 | 10001111 | 0 | 101110 | 100011 | 1110 | 101011001 | 111010 | 1000010 |
Color Harmonies of #DB768F
Complementary color
Monochromatic Colors of #DB768F
Black with #DB768F
Text Example
Text Example
White with #DB768F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB768F; }
p { color: rgb(219,118,143); }
H1.HeaderClassName
{
color: #DB768F;
}
.AnyTagClassName
{
color: #DB768F;
}
</style>
background-color css
<style>
a { background-color: #DB768F; }
a { background-color: rgb(219,118,143); }
div.DivClassName
{
background-color: #DB768F;
}
.BgClassName
{
background-color: #DB768F;
}
</style>
border-color css
<style>
span { border-color: #DB768F; }
span { border-color: rgb(219,118,143); }
td.TdClassName
{
border-color: #DB768F;
}
.TagClassName
{
border-color: #DB768F;
}
</style>