Shades of Pale Violet Red #DB74A8
Tints of Pale Violet Red #DB74A8
RGB
CMYK
RGB Variations
Color information
#DB74A8 (or 0xDB74A8) is known color: Pale Violet Red. HEX triplet: DB, 74 and A8. RGB value is (219,116,168). Sum of RGB (Red+Green+Blue) = 219+116+168=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 116 (45.70% from 255 or 23.06% from 503); Blue value is 168 (66.02% from 255 or 33.40% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB74A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB74A8 is #248B57. Grayscale: #989898. Windows color (decimal): -2394968 or 11039963. OLE color: 11039963.
HSL color Cylindrical-coordinate representation of color #DB74A8: hue angle of 329.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 #DB74A8 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 116 | 168 | - |
CMYK | 0 | 0.47 | 0.23 | 0.14 |
HSL | 329.71º | 0.59% | 0.66% | - |
HSV(B) | 329.71º | 0.47% | 0.86% | - |
XYZ | 42.53 | 30.38 | 40.67 | - |
YUV | 152.73 | 136.62 | 175.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 116 | 168 | 0 | 0.47 | 0.23 | 0.14 | 329.71 | 0.59 | 0.66 |
Hex | DB | 74 | A8 | 0 | 2F | 17 | E | 14A | 3B | 42 |
Octal | 333 | 164 | 250 | 0 | 57 | 27 | 16 | 512 | 73 | 102 |
Binary | 11011011 | 1110100 | 10101000 | 0 | 101111 | 10111 | 1110 | 101001010 | 111011 | 1000010 |
Color Harmonies of #DB74A8
Complementary color
Monochromatic Colors of #DB74A8
Black with #DB74A8
Text Example
Text Example
White with #DB74A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB74A8; }
p { color: rgb(219,116,168); }
H1.HeaderClassName
{
color: #DB74A8;
}
.AnyTagClassName
{
color: #DB74A8;
}
</style>
background-color css
<style>
a { background-color: #DB74A8; }
a { background-color: rgb(219,116,168); }
div.DivClassName
{
background-color: #DB74A8;
}
.BgClassName
{
background-color: #DB74A8;
}
</style>
border-color css
<style>
span { border-color: #DB74A8; }
span { border-color: rgb(219,116,168); }
td.TdClassName
{
border-color: #DB74A8;
}
.TagClassName
{
border-color: #DB74A8;
}
</style>