Shades of Pale Violet Red #DB67A1
Tints of Pale Violet Red #DB67A1
RGB
CMYK
RGB Variations
Color information
#DB67A1 (or 0xDB67A1) is known color: Pale Violet Red. HEX triplet: DB, 67 and A1. RGB value is (219,103,161). Sum of RGB (Red+Green+Blue) = 219+103+161=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 103 (40.62% from 255 or 21.33% from 483); Blue value is 161 (63.28% from 255 or 33.33% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB67A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB67A1 is #24985E. Grayscale: #909090. Windows color (decimal): -2398303 or 10577883. OLE color: 10577883.
HSL color Cylindrical-coordinate representation of color #DB67A1: hue angle of 330º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB67A1 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 161 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.14 |
| HSL | 330º | 0.62% | 0.63% | - |
| HSV(B) | 330º | 0.53% | 0.86% | - |
| XYZ | 40.5 | 27.33 | 36.86 | - |
| YUV | 144.3 | 137.43 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 161 | 0 | 0.53 | 0.26 | 0.14 | 330 | 0.62 | 0.63 |
| Hex | DB | 67 | A1 | 0 | 35 | 1A | E | 14A | 3E | 3F |
| Octal | 333 | 147 | 241 | 0 | 65 | 32 | 16 | 512 | 76 | 77 |
| Binary | 11011011 | 1100111 | 10100001 | 0 | 110101 | 11010 | 1110 | 101001010 | 111110 | 111111 |
Color Harmonies of #DB67A1
Complementary color
Monochromatic Colors of #DB67A1
Black with #DB67A1
Text Example
Text Example
White with #DB67A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB67A1; }
p { color: rgb(219,103,161); }
H1.HeaderClassName
{
color: #DB67A1;
}
.AnyTagClassName
{
color: #DB67A1;
}
</style>
background-color css
<style>
a { background-color: #DB67A1; }
a { background-color: rgb(219,103,161); }
div.DivClassName
{
background-color: #DB67A1;
}
.BgClassName
{
background-color: #DB67A1;
}
</style>
border-color css
<style>
span { border-color: #DB67A1; }
span { border-color: rgb(219,103,161); }
td.TdClassName
{
border-color: #DB67A1;
}
.TagClassName
{
border-color: #DB67A1;
}
</style>