Shades of Persian Pink #DB75B7
Tints of Persian Pink #DB75B7
RGB
CMYK
RGB Variations
Color information
#DB75B7 (or 0xDB75B7) is known color: Persian Pink. HEX triplet: DB, 75 and B7. RGB value is (219,117,183). Sum of RGB (Red+Green+Blue) = 219+117+183=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DB75B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB75B7 is #248A48. Grayscale: #9A9A9A. Windows color (decimal): -2394697 or 12023259. OLE color: 12023259.
HSL color Cylindrical-coordinate representation of color #DB75B7: hue angle of 321.18º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB75B7 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 183 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.14 |
| HSL | 321.18º | 0.59% | 0.66% | - |
| HSV(B) | 321.18º | 0.47% | 0.86% | - |
| XYZ | 44.12 | 31.2 | 48.5 | - |
| YUV | 155.02 | 143.79 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 183 | 0 | 0.47 | 0.16 | 0.14 | 321.18 | 0.59 | 0.66 |
| Hex | DB | 75 | B7 | 0 | 2F | 10 | E | 141 | 3B | 42 |
| Octal | 333 | 165 | 267 | 0 | 57 | 20 | 16 | 501 | 73 | 102 |
| Binary | 11011011 | 1110101 | 10110111 | 0 | 101111 | 10000 | 1110 | 101000001 | 111011 | 1000010 |
Color Harmonies of #DB75B7
Complementary color
Monochromatic Colors of #DB75B7
Black with #DB75B7
Text Example
Text Example
White with #DB75B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB75B7; }
p { color: rgb(219,117,183); }
H1.HeaderClassName
{
color: #DB75B7;
}
.AnyTagClassName
{
color: #DB75B7;
}
</style>
background-color css
<style>
a { background-color: #DB75B7; }
a { background-color: rgb(219,117,183); }
div.DivClassName
{
background-color: #DB75B7;
}
.BgClassName
{
background-color: #DB75B7;
}
</style>
border-color css
<style>
span { border-color: #DB75B7; }
span { border-color: rgb(219,117,183); }
td.TdClassName
{
border-color: #DB75B7;
}
.TagClassName
{
border-color: #DB75B7;
}
</style>