Shades of Persian Pink #DB7BB3
Tints of Persian Pink #DB7BB3
RGB
CMYK
RGB Variations
Color information
#DB7BB3 (or 0xDB7BB3) is known color: Persian Pink. HEX triplet: DB, 7B and B3. RGB value is (219,123,179). Sum of RGB (Red+Green+Blue) = 219+123+179=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 123 (48.44% from 255 or 23.61% from 521); Blue value is 179 (70.31% from 255 or 34.36% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7BB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7BB3 is #24844C. Grayscale: #9D9D9D. Windows color (decimal): -2393165 or 11762651. OLE color: 11762651.
HSL color Cylindrical-coordinate representation of color #DB7BB3: hue angle of 325º 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 #DB7BB3 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 123 | 179 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.14 |
| HSL | 325º | 0.57% | 0.67% | - |
| HSV(B) | 325º | 0.44% | 0.86% | - |
| XYZ | 44.43 | 32.48 | 46.58 | - |
| YUV | 158.09 | 139.8 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 179 | 0 | 0.44 | 0.18 | 0.14 | 325 | 0.57 | 0.67 |
| Hex | DB | 7B | B3 | 0 | 2C | 12 | E | 145 | 39 | 43 |
| Octal | 333 | 173 | 263 | 0 | 54 | 22 | 16 | 505 | 71 | 103 |
| Binary | 11011011 | 1111011 | 10110011 | 0 | 101100 | 10010 | 1110 | 101000101 | 111001 | 1000011 |
Color Harmonies of #DB7BB3
Complementary color
Monochromatic Colors of #DB7BB3
Black with #DB7BB3
Text Example
Text Example
White with #DB7BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7BB3; }
p { color: rgb(219,123,179); }
H1.HeaderClassName
{
color: #DB7BB3;
}
.AnyTagClassName
{
color: #DB7BB3;
}
</style>
background-color css
<style>
a { background-color: #DB7BB3; }
a { background-color: rgb(219,123,179); }
div.DivClassName
{
background-color: #DB7BB3;
}
.BgClassName
{
background-color: #DB7BB3;
}
</style>
border-color css
<style>
span { border-color: #DB7BB3; }
span { border-color: rgb(219,123,179); }
td.TdClassName
{
border-color: #DB7BB3;
}
.TagClassName
{
border-color: #DB7BB3;
}
</style>