Shades of Persian Pink #DB6BB7
Tints of Persian Pink #DB6BB7
RGB
CMYK
RGB Variations
Color information
#DB6BB7 (or 0xDB6BB7) is known color: Persian Pink. HEX triplet: DB, 6B and B7. RGB value is (219,107,183). Sum of RGB (Red+Green+Blue) = 219+107+183=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 107 (42.19% from 255 or 21.02% from 509); Blue value is 183 (71.88% from 255 or 35.95% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6BB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6BB7 is #249448. Grayscale: #949494. Windows color (decimal): -2397257 or 12020699. OLE color: 12020699.
HSL color Cylindrical-coordinate representation of color #DB6BB7: hue angle of 319.29º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6BB7 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 183 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.14 |
| HSL | 319.29º | 0.61% | 0.64% | - |
| HSV(B) | 319.29º | 0.51% | 0.86% | - |
| XYZ | 43.02 | 28.99 | 48.13 | - |
| YUV | 149.15 | 147.11 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 183 | 0 | 0.51 | 0.16 | 0.14 | 319.29 | 0.61 | 0.64 |
| Hex | DB | 6B | B7 | 0 | 33 | 10 | E | 13F | 3D | 40 |
| Octal | 333 | 153 | 267 | 0 | 63 | 20 | 16 | 477 | 75 | 100 |
| Binary | 11011011 | 1101011 | 10110111 | 0 | 110011 | 10000 | 1110 | 100111111 | 111101 | 1000000 |
Color Harmonies of #DB6BB7
Complementary color
Monochromatic Colors of #DB6BB7
Black with #DB6BB7
Text Example
Text Example
White with #DB6BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6BB7; }
p { color: rgb(219,107,183); }
H1.HeaderClassName
{
color: #DB6BB7;
}
.AnyTagClassName
{
color: #DB6BB7;
}
</style>
background-color css
<style>
a { background-color: #DB6BB7; }
a { background-color: rgb(219,107,183); }
div.DivClassName
{
background-color: #DB6BB7;
}
.BgClassName
{
background-color: #DB6BB7;
}
</style>
border-color css
<style>
span { border-color: #DB6BB7; }
span { border-color: rgb(219,107,183); }
td.TdClassName
{
border-color: #DB6BB7;
}
.TagClassName
{
border-color: #DB6BB7;
}
</style>