Shades of Pale Violet Red #DB738F
Tints of Pale Violet Red #DB738F
RGB
CMYK
RGB Variations
Color information
#DB738F (or 0xDB738F) is known color: Pale Violet Red. HEX triplet: DB, 73 and 8F. RGB value is (219,115,143). Sum of RGB (Red+Green+Blue) = 219+115+143=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 143 (56.25% from 255 or 29.98% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB738F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB738F is #248C70. Grayscale: #959595. Windows color (decimal): -2395249 or 9401307. OLE color: 9401307.
HSL color Cylindrical-coordinate representation of color #DB738F: hue angle of 343.85º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB738F is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 115 | 143 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.14 |
| HSL | 343.85º | 0.59% | 0.65% | - |
| HSV(B) | 343.85º | 0.47% | 0.86% | - |
| XYZ | 40.3 | 29.3 | 29.52 | - |
| YUV | 149.29 | 124.46 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 143 | 0 | 0.47 | 0.35 | 0.14 | 343.85 | 0.59 | 0.65 |
| Hex | DB | 73 | 8F | 0 | 2F | 23 | E | 158 | 3B | 41 |
| Octal | 333 | 163 | 217 | 0 | 57 | 43 | 16 | 530 | 73 | 101 |
| Binary | 11011011 | 1110011 | 10001111 | 0 | 101111 | 100011 | 1110 | 101011000 | 111011 | 1000001 |
Color Harmonies of #DB738F
Complementary color
Monochromatic Colors of #DB738F
Black with #DB738F
Text Example
Text Example
White with #DB738F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB738F; }
p { color: rgb(219,115,143); }
H1.HeaderClassName
{
color: #DB738F;
}
.AnyTagClassName
{
color: #DB738F;
}
</style>
background-color css
<style>
a { background-color: #DB738F; }
a { background-color: rgb(219,115,143); }
div.DivClassName
{
background-color: #DB738F;
}
.BgClassName
{
background-color: #DB738F;
}
</style>
border-color css
<style>
span { border-color: #DB738F; }
span { border-color: rgb(219,115,143); }
td.TdClassName
{
border-color: #DB738F;
}
.TagClassName
{
border-color: #DB738F;
}
</style>