Shades of Persian Pink #DB6FB7
Tints of Persian Pink #DB6FB7
RGB
CMYK
RGB Variations
Color information
#DB6FB7 (or 0xDB6FB7) is known color: Persian Pink. HEX triplet: DB, 6F and B7. RGB value is (219,111,183). Sum of RGB (Red+Green+Blue) = 219+111+183=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 183 (71.88% from 255 or 35.67% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6FB7 is #249048. Grayscale: #979797. Windows color (decimal): -2396233 or 12021723. OLE color: 12021723.
HSL color Cylindrical-coordinate representation of color #DB6FB7: hue angle of 320º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB6FB7 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 183 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.14 |
| HSL | 320º | 0.6% | 0.65% | - |
| HSV(B) | 320º | 0.49% | 0.86% | - |
| XYZ | 43.45 | 29.85 | 48.27 | - |
| YUV | 151.5 | 145.78 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 183 | 0 | 0.49 | 0.16 | 0.14 | 320 | 0.6 | 0.65 |
| Hex | DB | 6F | B7 | 0 | 31 | 10 | E | 140 | 3C | 41 |
| Octal | 333 | 157 | 267 | 0 | 61 | 20 | 16 | 500 | 74 | 101 |
| Binary | 11011011 | 1101111 | 10110111 | 0 | 110001 | 10000 | 1110 | 101000000 | 111100 | 1000001 |
Color Harmonies of #DB6FB7
Complementary color
Monochromatic Colors of #DB6FB7
Black with #DB6FB7
Text Example
Text Example
White with #DB6FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6FB7; }
p { color: rgb(219,111,183); }
H1.HeaderClassName
{
color: #DB6FB7;
}
.AnyTagClassName
{
color: #DB6FB7;
}
</style>
background-color css
<style>
a { background-color: #DB6FB7; }
a { background-color: rgb(219,111,183); }
div.DivClassName
{
background-color: #DB6FB7;
}
.BgClassName
{
background-color: #DB6FB7;
}
</style>
border-color css
<style>
span { border-color: #DB6FB7; }
span { border-color: rgb(219,111,183); }
td.TdClassName
{
border-color: #DB6FB7;
}
.TagClassName
{
border-color: #DB6FB7;
}
</style>