Shades of Persian Pink #DB7BBD
Tints of Persian Pink #DB7BBD
RGB
CMYK
RGB Variations
Color information
#DB7BBD (or 0xDB7BBD) is known color: Persian Pink. HEX triplet: DB, 7B and BD. RGB value is (219,123,189). Sum of RGB (Red+Green+Blue) = 219+123+189=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 123 (48.44% from 255 or 23.16% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7BBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7BBD is #248442. Grayscale: #9F9F9F. Windows color (decimal): -2393155 or 12418011. OLE color: 12418011.
HSL color Cylindrical-coordinate representation of color #DB7BBD: hue angle of 318.75º 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 #DB7BBD is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 123 | 189 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.14 |
| HSL | 318.75º | 0.57% | 0.67% | - |
| HSV(B) | 318.75º | 0.44% | 0.86% | - |
| XYZ | 45.48 | 32.9 | 52.1 | - |
| YUV | 159.23 | 144.8 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 189 | 0 | 0.44 | 0.14 | 0.14 | 318.75 | 0.57 | 0.67 |
| Hex | DB | 7B | BD | 0 | 2C | E | E | 13F | 39 | 43 |
| Octal | 333 | 173 | 275 | 0 | 54 | 16 | 16 | 477 | 71 | 103 |
| Binary | 11011011 | 1111011 | 10111101 | 0 | 101100 | 1110 | 1110 | 100111111 | 111001 | 1000011 |
Color Harmonies of #DB7BBD
Complementary color
Monochromatic Colors of #DB7BBD
Black with #DB7BBD
Text Example
Text Example
White with #DB7BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7BBD; }
p { color: rgb(219,123,189); }
H1.HeaderClassName
{
color: #DB7BBD;
}
.AnyTagClassName
{
color: #DB7BBD;
}
</style>
background-color css
<style>
a { background-color: #DB7BBD; }
a { background-color: rgb(219,123,189); }
div.DivClassName
{
background-color: #DB7BBD;
}
.BgClassName
{
background-color: #DB7BBD;
}
</style>
border-color css
<style>
span { border-color: #DB7BBD; }
span { border-color: rgb(219,123,189); }
td.TdClassName
{
border-color: #DB7BBD;
}
.TagClassName
{
border-color: #DB7BBD;
}
</style>