Shades of Persian Pink #DB7BB2
Tints of Persian Pink #DB7BB2
RGB
CMYK
RGB Variations
Color information
#DB7BB2 (or 0xDB7BB2) is known color: Persian Pink. HEX triplet: DB, 7B and B2. RGB value is (219,123,178). Sum of RGB (Red+Green+Blue) = 219+123+178=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 178 (69.92% from 255 or 34.23% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7BB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7BB2 is #24844D. Grayscale: #9D9D9D. Windows color (decimal): -2393166 or 11697115. OLE color: 11697115.
HSL color Cylindrical-coordinate representation of color #DB7BB2: hue angle of 325.62º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB7BB2 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 123 | 178 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.14 |
| HSL | 325.63º | 0.57% | 0.67% | - |
| HSV(B) | 325.63º | 0.44% | 0.86% | - |
| XYZ | 44.33 | 32.44 | 46.04 | - |
| YUV | 157.97 | 139.3 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 178 | 0 | 0.44 | 0.19 | 0.14 | 325.63 | 0.57 | 0.67 |
| Hex | DB | 7B | B2 | 0 | 2C | 13 | E | 146 | 39 | 43 |
| Octal | 333 | 173 | 262 | 0 | 54 | 23 | 16 | 506 | 71 | 103 |
| Binary | 11011011 | 1111011 | 10110010 | 0 | 101100 | 10011 | 1110 | 101000110 | 111001 | 1000011 |
Color Harmonies of #DB7BB2
Complementary color
Monochromatic Colors of #DB7BB2
Black with #DB7BB2
Text Example
Text Example
White with #DB7BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7BB2; }
p { color: rgb(219,123,178); }
H1.HeaderClassName
{
color: #DB7BB2;
}
.AnyTagClassName
{
color: #DB7BB2;
}
</style>
background-color css
<style>
a { background-color: #DB7BB2; }
a { background-color: rgb(219,123,178); }
div.DivClassName
{
background-color: #DB7BB2;
}
.BgClassName
{
background-color: #DB7BB2;
}
</style>
border-color css
<style>
span { border-color: #DB7BB2; }
span { border-color: rgb(219,123,178); }
td.TdClassName
{
border-color: #DB7BB2;
}
.TagClassName
{
border-color: #DB7BB2;
}
</style>