Shades of Persian Pink #DB7FB3
Tints of Persian Pink #DB7FB3
RGB
CMYK
RGB Variations
Color information
#DB7FB3 (or 0xDB7FB3) is known color: Persian Pink. HEX triplet: DB, 7F and B3. RGB value is (219,127,179). Sum of RGB (Red+Green+Blue) = 219+127+179=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 127 (50% from 255 or 24.19% from 525); Blue value is 179 (70.31% from 255 or 34.10% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7FB3 is #24804C. Grayscale: #A0A0A0. Windows color (decimal): -2392141 or 11763675. OLE color: 11763675.
HSL color Cylindrical-coordinate representation of color #DB7FB3: hue angle of 326.09º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB7FB3 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 179 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.14 |
| HSL | 326.09º | 0.56% | 0.68% | - |
| HSV(B) | 326.09º | 0.42% | 0.86% | - |
| XYZ | 44.94 | 33.49 | 46.74 | - |
| YUV | 160.44 | 138.48 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 179 | 0 | 0.42 | 0.18 | 0.14 | 326.09 | 0.56 | 0.68 |
| Hex | DB | 7F | B3 | 0 | 2A | 12 | E | 146 | 38 | 44 |
| Octal | 333 | 177 | 263 | 0 | 52 | 22 | 16 | 506 | 70 | 104 |
| Binary | 11011011 | 1111111 | 10110011 | 0 | 101010 | 10010 | 1110 | 101000110 | 111000 | 1000100 |
Color Harmonies of #DB7FB3
Complementary color
Monochromatic Colors of #DB7FB3
Black with #DB7FB3
Text Example
Text Example
White with #DB7FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7FB3; }
p { color: rgb(219,127,179); }
H1.HeaderClassName
{
color: #DB7FB3;
}
.AnyTagClassName
{
color: #DB7FB3;
}
</style>
background-color css
<style>
a { background-color: #DB7FB3; }
a { background-color: rgb(219,127,179); }
div.DivClassName
{
background-color: #DB7FB3;
}
.BgClassName
{
background-color: #DB7FB3;
}
</style>
border-color css
<style>
span { border-color: #DB7FB3; }
span { border-color: rgb(219,127,179); }
td.TdClassName
{
border-color: #DB7FB3;
}
.TagClassName
{
border-color: #DB7FB3;
}
</style>