Shades of Pale Violet Red #DB74AC
Tints of Pale Violet Red #DB74AC
RGB
CMYK
RGB Variations
Color information
#DB74AC (or 0xDB74AC) is known color: Pale Violet Red. HEX triplet: DB, 74 and AC. RGB value is (219,116,172). Sum of RGB (Red+Green+Blue) = 219+116+172=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 116 (45.70% from 255 or 22.88% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DB74AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB74AC is #248B53. Grayscale: #999999. Windows color (decimal): -2394964 or 11302107. OLE color: 11302107.
HSL color Cylindrical-coordinate representation of color #DB74AC: hue angle of 327.38º 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 #DB74AC is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 172 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.14 |
| HSL | 327.38º | 0.59% | 0.66% | - |
| HSV(B) | 327.38º | 0.47% | 0.86% | - |
| XYZ | 42.91 | 30.53 | 42.66 | - |
| YUV | 153.18 | 138.62 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 172 | 0 | 0.47 | 0.21 | 0.14 | 327.38 | 0.59 | 0.66 |
| Hex | DB | 74 | AC | 0 | 2F | 15 | E | 147 | 3B | 42 |
| Octal | 333 | 164 | 254 | 0 | 57 | 25 | 16 | 507 | 73 | 102 |
| Binary | 11011011 | 1110100 | 10101100 | 0 | 101111 | 10101 | 1110 | 101000111 | 111011 | 1000010 |
Color Harmonies of #DB74AC
Complementary color
Monochromatic Colors of #DB74AC
Black with #DB74AC
Text Example
Text Example
White with #DB74AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB74AC; }
p { color: rgb(219,116,172); }
H1.HeaderClassName
{
color: #DB74AC;
}
.AnyTagClassName
{
color: #DB74AC;
}
</style>
background-color css
<style>
a { background-color: #DB74AC; }
a { background-color: rgb(219,116,172); }
div.DivClassName
{
background-color: #DB74AC;
}
.BgClassName
{
background-color: #DB74AC;
}
</style>
border-color css
<style>
span { border-color: #DB74AC; }
span { border-color: rgb(219,116,172); }
td.TdClassName
{
border-color: #DB74AC;
}
.TagClassName
{
border-color: #DB74AC;
}
</style>