Shades of Persian Pink #DB7DBC
Tints of Persian Pink #DB7DBC
RGB
CMYK
RGB Variations
Color information
#DB7DBC (or 0xDB7DBC) is known color: Persian Pink. HEX triplet: DB, 7D and BC. RGB value is (219,125,188). Sum of RGB (Red+Green+Blue) = 219+125+188=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 125 (49.22% from 255 or 23.50% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7DBC is #248243. Grayscale: #A0A0A0. Windows color (decimal): -2392644 or 12352987. OLE color: 12352987.
HSL color Cylindrical-coordinate representation of color #DB7DBC: hue angle of 319.79º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB7DBC is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 125 | 188 | - |
CMYK | 0 | 0.43 | 0.14 | 0.14 |
HSL | 319.79º | 0.57% | 0.67% | - |
HSV(B) | 319.79º | 0.43% | 0.86% | - |
XYZ | 45.62 | 33.36 | 51.61 | - |
YUV | 160.29 | 143.64 | 169.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 125 | 188 | 0 | 0.43 | 0.14 | 0.14 | 319.79 | 0.57 | 0.67 |
Hex | DB | 7D | BC | 0 | 2B | E | E | 140 | 39 | 43 |
Octal | 333 | 175 | 274 | 0 | 53 | 16 | 16 | 500 | 71 | 103 |
Binary | 11011011 | 1111101 | 10111100 | 0 | 101011 | 1110 | 1110 | 101000000 | 111001 | 1000011 |
Color Harmonies of #DB7DBC
Complementary color
Monochromatic Colors of #DB7DBC
Black with #DB7DBC
Text Example
Text Example
White with #DB7DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7DBC; }
p { color: rgb(219,125,188); }
H1.HeaderClassName
{
color: #DB7DBC;
}
.AnyTagClassName
{
color: #DB7DBC;
}
</style>
background-color css
<style>
a { background-color: #DB7DBC; }
a { background-color: rgb(219,125,188); }
div.DivClassName
{
background-color: #DB7DBC;
}
.BgClassName
{
background-color: #DB7DBC;
}
</style>
border-color css
<style>
span { border-color: #DB7DBC; }
span { border-color: rgb(219,125,188); }
td.TdClassName
{
border-color: #DB7DBC;
}
.TagClassName
{
border-color: #DB7DBC;
}
</style>