Shades of Persian Pink #DB6DB3
Tints of Persian Pink #DB6DB3
RGB
CMYK
RGB Variations
Color information
#DB6DB3 (or 0xDB6DB3) is known color: Persian Pink. HEX triplet: DB, 6D and B3. RGB value is (219,109,179). Sum of RGB (Red+Green+Blue) = 219+109+179=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 179 (70.31% from 255 or 35.31% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6DB3 is #24924C. Grayscale: #959595. Windows color (decimal): -2396749 or 11759067. OLE color: 11759067.
HSL color Cylindrical-coordinate representation of color #DB6DB3: hue angle of 321.82º 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 #DB6DB3 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 179 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.14 |
| HSL | 321.82º | 0.6% | 0.64% | - |
| HSV(B) | 321.82º | 0.5% | 0.86% | - |
| XYZ | 42.82 | 29.25 | 46.04 | - |
| YUV | 149.87 | 144.44 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 179 | 0 | 0.50 | 0.18 | 0.14 | 321.82 | 0.6 | 0.64 |
| Hex | DB | 6D | B3 | 0 | 32 | 12 | E | 142 | 3C | 40 |
| Octal | 333 | 155 | 263 | 0 | 62 | 22 | 16 | 502 | 74 | 100 |
| Binary | 11011011 | 1101101 | 10110011 | 0 | 110010 | 10010 | 1110 | 101000010 | 111100 | 1000000 |
Color Harmonies of #DB6DB3
Complementary color
Monochromatic Colors of #DB6DB3
Black with #DB6DB3
Text Example
Text Example
White with #DB6DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6DB3; }
p { color: rgb(219,109,179); }
H1.HeaderClassName
{
color: #DB6DB3;
}
.AnyTagClassName
{
color: #DB6DB3;
}
</style>
background-color css
<style>
a { background-color: #DB6DB3; }
a { background-color: rgb(219,109,179); }
div.DivClassName
{
background-color: #DB6DB3;
}
.BgClassName
{
background-color: #DB6DB3;
}
</style>
border-color css
<style>
span { border-color: #DB6DB3; }
span { border-color: rgb(219,109,179); }
td.TdClassName
{
border-color: #DB6DB3;
}
.TagClassName
{
border-color: #DB6DB3;
}
</style>