Shades of Pale Violet Red #DB609A
Tints of Pale Violet Red #DB609A
RGB
CMYK
RGB Variations
Color information
#DB609A (or 0xDB609A) is known color: Pale Violet Red. HEX triplet: DB, 60 and 9A. RGB value is (219,96,154). Sum of RGB (Red+Green+Blue) = 219+96+154=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB609A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB609A is #249F65. Grayscale: #8B8B8B. Windows color (decimal): -2400102 or 10117339. OLE color: 10117339.
HSL color Cylindrical-coordinate representation of color #DB609A: hue angle of 331.71º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB609A is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 154 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.14 |
| HSL | 331.71º | 0.63% | 0.62% | - |
| HSV(B) | 331.71º | 0.56% | 0.86% | - |
| XYZ | 39.23 | 25.76 | 33.48 | - |
| YUV | 139.39 | 136.25 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 154 | 0 | 0.56 | 0.30 | 0.14 | 331.71 | 0.63 | 0.62 |
| Hex | DB | 60 | 9A | 0 | 38 | 1E | E | 14C | 3F | 3E |
| Octal | 333 | 140 | 232 | 0 | 70 | 36 | 16 | 514 | 77 | 76 |
| Binary | 11011011 | 1100000 | 10011010 | 0 | 111000 | 11110 | 1110 | 101001100 | 111111 | 111110 |
Color Harmonies of #DB609A
Complementary color
Monochromatic Colors of #DB609A
Black with #DB609A
Text Example
Text Example
White with #DB609A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB609A; }
p { color: rgb(219,96,154); }
H1.HeaderClassName
{
color: #DB609A;
}
.AnyTagClassName
{
color: #DB609A;
}
</style>
background-color css
<style>
a { background-color: #DB609A; }
a { background-color: rgb(219,96,154); }
div.DivClassName
{
background-color: #DB609A;
}
.BgClassName
{
background-color: #DB609A;
}
</style>
border-color css
<style>
span { border-color: #DB609A; }
span { border-color: rgb(219,96,154); }
td.TdClassName
{
border-color: #DB609A;
}
.TagClassName
{
border-color: #DB609A;
}
</style>