Shades of Persian Pink #DB6DB6
Tints of Persian Pink #DB6DB6
RGB
CMYK
RGB Variations
Color information
#DB6DB6 (or 0xDB6DB6) is known color: Persian Pink. HEX triplet: DB, 6D and B6. RGB value is (219,109,182). Sum of RGB (Red+Green+Blue) = 219+109+182=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 109 (42.97% from 255 or 21.37% from 510); Blue value is 182 (71.48% from 255 or 35.69% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6DB6 is #249249. Grayscale: #969696. Windows color (decimal): -2396746 or 11955675. OLE color: 11955675.
HSL color Cylindrical-coordinate representation of color #DB6DB6: hue angle of 320.18º 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 #DB6DB6 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 109 | 182 | - |
CMYK | 0 | 0.50 | 0.17 | 0.14 |
HSL | 320.18º | 0.6% | 0.64% | - |
HSV(B) | 320.18º | 0.5% | 0.86% | - |
XYZ | 43.13 | 29.37 | 47.65 | - |
YUV | 150.21 | 145.94 | 177.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 109 | 182 | 0 | 0.50 | 0.17 | 0.14 | 320.18 | 0.6 | 0.64 |
Hex | DB | 6D | B6 | 0 | 32 | 11 | E | 140 | 3C | 40 |
Octal | 333 | 155 | 266 | 0 | 62 | 21 | 16 | 500 | 74 | 100 |
Binary | 11011011 | 1101101 | 10110110 | 0 | 110010 | 10001 | 1110 | 101000000 | 111100 | 1000000 |
Color Harmonies of #DB6DB6
Complementary color
Monochromatic Colors of #DB6DB6
Black with #DB6DB6
Text Example
Text Example
White with #DB6DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6DB6; }
p { color: rgb(219,109,182); }
H1.HeaderClassName
{
color: #DB6DB6;
}
.AnyTagClassName
{
color: #DB6DB6;
}
</style>
background-color css
<style>
a { background-color: #DB6DB6; }
a { background-color: rgb(219,109,182); }
div.DivClassName
{
background-color: #DB6DB6;
}
.BgClassName
{
background-color: #DB6DB6;
}
</style>
border-color css
<style>
span { border-color: #DB6DB6; }
span { border-color: rgb(219,109,182); }
td.TdClassName
{
border-color: #DB6DB6;
}
.TagClassName
{
border-color: #DB6DB6;
}
</style>