Shades of Persian Pink #DB7BB4
Tints of Persian Pink #DB7BB4
RGB
CMYK
RGB Variations
Color information
#DB7BB4 (or 0xDB7BB4) is known color: Persian Pink. HEX triplet: DB, 7B and B4. RGB value is (219,123,180). Sum of RGB (Red+Green+Blue) = 219+123+180=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 123 (48.44% from 255 or 23.56% from 522); Blue value is 180 (70.70% from 255 or 34.48% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7BB4 is #24844B. Grayscale: #9E9E9E. Windows color (decimal): -2393164 or 11828187. OLE color: 11828187.
HSL color Cylindrical-coordinate representation of color #DB7BB4: hue angle of 324.38º 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 #DB7BB4 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 123 | 180 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.14 |
| HSL | 324.38º | 0.57% | 0.67% | - |
| HSV(B) | 324.38º | 0.44% | 0.86% | - |
| XYZ | 44.53 | 32.52 | 47.11 | - |
| YUV | 158.2 | 140.3 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 180 | 0 | 0.44 | 0.18 | 0.14 | 324.38 | 0.57 | 0.67 |
| Hex | DB | 7B | B4 | 0 | 2C | 12 | E | 144 | 39 | 43 |
| Octal | 333 | 173 | 264 | 0 | 54 | 22 | 16 | 504 | 71 | 103 |
| Binary | 11011011 | 1111011 | 10110100 | 0 | 101100 | 10010 | 1110 | 101000100 | 111001 | 1000011 |
Color Harmonies of #DB7BB4
Complementary color
Monochromatic Colors of #DB7BB4
Black with #DB7BB4
Text Example
Text Example
White with #DB7BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7BB4; }
p { color: rgb(219,123,180); }
H1.HeaderClassName
{
color: #DB7BB4;
}
.AnyTagClassName
{
color: #DB7BB4;
}
</style>
background-color css
<style>
a { background-color: #DB7BB4; }
a { background-color: rgb(219,123,180); }
div.DivClassName
{
background-color: #DB7BB4;
}
.BgClassName
{
background-color: #DB7BB4;
}
</style>
border-color css
<style>
span { border-color: #DB7BB4; }
span { border-color: rgb(219,123,180); }
td.TdClassName
{
border-color: #DB7BB4;
}
.TagClassName
{
border-color: #DB7BB4;
}
</style>