Shades of Persian Pink #DB6DB4
Tints of Persian Pink #DB6DB4
RGB
CMYK
RGB Variations
Color information
#DB6DB4 (or 0xDB6DB4) is known color: Persian Pink. HEX triplet: DB, 6D and B4. RGB value is (219,109,180). Sum of RGB (Red+Green+Blue) = 219+109+180=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6DB4 is #24924B. Grayscale: #959595. Windows color (decimal): -2396748 or 11824603. OLE color: 11824603.
HSL color Cylindrical-coordinate representation of color #DB6DB4: hue angle of 321.27º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6DB4 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 180 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.14 |
| HSL | 321.27º | 0.6% | 0.64% | - |
| HSV(B) | 321.27º | 0.5% | 0.86% | - |
| XYZ | 42.92 | 29.29 | 46.57 | - |
| YUV | 149.98 | 144.94 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 180 | 0 | 0.50 | 0.18 | 0.14 | 321.27 | 0.6 | 0.64 |
| Hex | DB | 6D | B4 | 0 | 32 | 12 | E | 141 | 3C | 40 |
| Octal | 333 | 155 | 264 | 0 | 62 | 22 | 16 | 501 | 74 | 100 |
| Binary | 11011011 | 1101101 | 10110100 | 0 | 110010 | 10010 | 1110 | 101000001 | 111100 | 1000000 |
Color Harmonies of #DB6DB4
Complementary color
Monochromatic Colors of #DB6DB4
Black with #DB6DB4
Text Example
Text Example
White with #DB6DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6DB4; }
p { color: rgb(219,109,180); }
H1.HeaderClassName
{
color: #DB6DB4;
}
.AnyTagClassName
{
color: #DB6DB4;
}
</style>
background-color css
<style>
a { background-color: #DB6DB4; }
a { background-color: rgb(219,109,180); }
div.DivClassName
{
background-color: #DB6DB4;
}
.BgClassName
{
background-color: #DB6DB4;
}
</style>
border-color css
<style>
span { border-color: #DB6DB4; }
span { border-color: rgb(219,109,180); }
td.TdClassName
{
border-color: #DB6DB4;
}
.TagClassName
{
border-color: #DB6DB4;
}
</style>