Shades of Persian Pink #DB75B5
Tints of Persian Pink #DB75B5
RGB
CMYK
RGB Variations
Color information
#DB75B5 (or 0xDB75B5) is known color: Persian Pink. HEX triplet: DB, 75 and B5. RGB value is (219,117,181). Sum of RGB (Red+Green+Blue) = 219+117+181=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 117 (46.09% from 255 or 22.63% from 517); Blue value is 181 (71.09% from 255 or 35.01% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB75B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB75B5 is #248A4A. Grayscale: #9A9A9A. Windows color (decimal): -2394699 or 11892187. OLE color: 11892187.
HSL color Cylindrical-coordinate representation of color #DB75B5: hue angle of 322.35º 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 #DB75B5 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 181 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.14 |
| HSL | 322.35º | 0.59% | 0.66% | - |
| HSV(B) | 322.35º | 0.47% | 0.86% | - |
| XYZ | 43.92 | 31.12 | 47.41 | - |
| YUV | 154.79 | 142.79 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 181 | 0 | 0.47 | 0.17 | 0.14 | 322.35 | 0.59 | 0.66 |
| Hex | DB | 75 | B5 | 0 | 2F | 11 | E | 142 | 3B | 42 |
| Octal | 333 | 165 | 265 | 0 | 57 | 21 | 16 | 502 | 73 | 102 |
| Binary | 11011011 | 1110101 | 10110101 | 0 | 101111 | 10001 | 1110 | 101000010 | 111011 | 1000010 |
Color Harmonies of #DB75B5
Complementary color
Monochromatic Colors of #DB75B5
Black with #DB75B5
Text Example
Text Example
White with #DB75B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB75B5; }
p { color: rgb(219,117,181); }
H1.HeaderClassName
{
color: #DB75B5;
}
.AnyTagClassName
{
color: #DB75B5;
}
</style>
background-color css
<style>
a { background-color: #DB75B5; }
a { background-color: rgb(219,117,181); }
div.DivClassName
{
background-color: #DB75B5;
}
.BgClassName
{
background-color: #DB75B5;
}
</style>
border-color css
<style>
span { border-color: #DB75B5; }
span { border-color: rgb(219,117,181); }
td.TdClassName
{
border-color: #DB75B5;
}
.TagClassName
{
border-color: #DB75B5;
}
</style>