Shades of Persian Pink #DB6FB6
Tints of Persian Pink #DB6FB6
RGB
CMYK
RGB Variations
Color information
#DB6FB6 (or 0xDB6FB6) is known color: Persian Pink. HEX triplet: DB, 6F and B6. RGB value is (219,111,182). Sum of RGB (Red+Green+Blue) = 219+111+182=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 182 (71.48% from 255 or 35.55% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6FB6 is #249049. Grayscale: #979797. Windows color (decimal): -2396234 or 11956187. OLE color: 11956187.
HSL color Cylindrical-coordinate representation of color #DB6FB6: hue angle of 320.56º 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 #DB6FB6 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 182 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.14 |
| HSL | 320.56º | 0.6% | 0.65% | - |
| HSV(B) | 320.56º | 0.49% | 0.86% | - |
| XYZ | 43.34 | 29.81 | 47.72 | - |
| YUV | 151.39 | 145.28 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 182 | 0 | 0.49 | 0.17 | 0.14 | 320.56 | 0.6 | 0.65 |
| Hex | DB | 6F | B6 | 0 | 31 | 11 | E | 141 | 3C | 41 |
| Octal | 333 | 157 | 266 | 0 | 61 | 21 | 16 | 501 | 74 | 101 |
| Binary | 11011011 | 1101111 | 10110110 | 0 | 110001 | 10001 | 1110 | 101000001 | 111100 | 1000001 |
Color Harmonies of #DB6FB6
Complementary color
Monochromatic Colors of #DB6FB6
Black with #DB6FB6
Text Example
Text Example
White with #DB6FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6FB6; }
p { color: rgb(219,111,182); }
H1.HeaderClassName
{
color: #DB6FB6;
}
.AnyTagClassName
{
color: #DB6FB6;
}
</style>
background-color css
<style>
a { background-color: #DB6FB6; }
a { background-color: rgb(219,111,182); }
div.DivClassName
{
background-color: #DB6FB6;
}
.BgClassName
{
background-color: #DB6FB6;
}
</style>
border-color css
<style>
span { border-color: #DB6FB6; }
span { border-color: rgb(219,111,182); }
td.TdClassName
{
border-color: #DB6FB6;
}
.TagClassName
{
border-color: #DB6FB6;
}
</style>