Shades of Pale Violet Red #DB758F
Tints of Pale Violet Red #DB758F
RGB
CMYK
RGB Variations
Color information
#DB758F (or 0xDB758F) is known color: Pale Violet Red. HEX triplet: DB, 75 and 8F. RGB value is (219,117,143). Sum of RGB (Red+Green+Blue) = 219+117+143=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DB758F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB758F is #248A70. Grayscale: #969696. Windows color (decimal): -2394737 or 9401819. OLE color: 9401819.
HSL color Cylindrical-coordinate representation of color #DB758F: hue angle of 344.71º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB758F is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 143 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.14 |
| HSL | 344.71º | 0.59% | 0.66% | - |
| HSV(B) | 344.71º | 0.47% | 0.86% | - |
| XYZ | 40.53 | 29.77 | 29.6 | - |
| YUV | 150.46 | 123.79 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 143 | 0 | 0.47 | 0.35 | 0.14 | 344.71 | 0.59 | 0.66 |
| Hex | DB | 75 | 8F | 0 | 2F | 23 | E | 159 | 3B | 42 |
| Octal | 333 | 165 | 217 | 0 | 57 | 43 | 16 | 531 | 73 | 102 |
| Binary | 11011011 | 1110101 | 10001111 | 0 | 101111 | 100011 | 1110 | 101011001 | 111011 | 1000010 |
Color Harmonies of #DB758F
Complementary color
Monochromatic Colors of #DB758F
Black with #DB758F
Text Example
Text Example
White with #DB758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB758F; }
p { color: rgb(219,117,143); }
H1.HeaderClassName
{
color: #DB758F;
}
.AnyTagClassName
{
color: #DB758F;
}
</style>
background-color css
<style>
a { background-color: #DB758F; }
a { background-color: rgb(219,117,143); }
div.DivClassName
{
background-color: #DB758F;
}
.BgClassName
{
background-color: #DB758F;
}
</style>
border-color css
<style>
span { border-color: #DB758F; }
span { border-color: rgb(219,117,143); }
td.TdClassName
{
border-color: #DB758F;
}
.TagClassName
{
border-color: #DB758F;
}
</style>