Shades of Pale Violet Red #DB75A7
Tints of Pale Violet Red #DB75A7
RGB
CMYK
RGB Variations
Color information
#DB75A7 (or 0xDB75A7) is known color: Pale Violet Red. HEX triplet: DB, 75 and A7. RGB value is (219,117,167). Sum of RGB (Red+Green+Blue) = 219+117+167=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 167 (65.62% from 255 or 33.20% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB75A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB75A7 is #248A58. Grayscale: #999999. Windows color (decimal): -2394713 or 10974683. OLE color: 10974683.
HSL color Cylindrical-coordinate representation of color #DB75A7: hue angle of 330.59º 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 #DB75A7 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 167 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.14 |
| HSL | 330.59º | 0.59% | 0.66% | - |
| HSV(B) | 330.59º | 0.47% | 0.86% | - |
| XYZ | 42.55 | 30.57 | 40.22 | - |
| YUV | 153.2 | 135.79 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 167 | 0 | 0.47 | 0.24 | 0.14 | 330.59 | 0.59 | 0.66 |
| Hex | DB | 75 | A7 | 0 | 2F | 18 | E | 14B | 3B | 42 |
| Octal | 333 | 165 | 247 | 0 | 57 | 30 | 16 | 513 | 73 | 102 |
| Binary | 11011011 | 1110101 | 10100111 | 0 | 101111 | 11000 | 1110 | 101001011 | 111011 | 1000010 |
Color Harmonies of #DB75A7
Complementary color
Monochromatic Colors of #DB75A7
Black with #DB75A7
Text Example
Text Example
White with #DB75A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB75A7; }
p { color: rgb(219,117,167); }
H1.HeaderClassName
{
color: #DB75A7;
}
.AnyTagClassName
{
color: #DB75A7;
}
</style>
background-color css
<style>
a { background-color: #DB75A7; }
a { background-color: rgb(219,117,167); }
div.DivClassName
{
background-color: #DB75A7;
}
.BgClassName
{
background-color: #DB75A7;
}
</style>
border-color css
<style>
span { border-color: #DB75A7; }
span { border-color: rgb(219,117,167); }
td.TdClassName
{
border-color: #DB75A7;
}
.TagClassName
{
border-color: #DB75A7;
}
</style>