Shades of Persian Pink #DB75B6
Tints of Persian Pink #DB75B6
RGB
CMYK
RGB Variations
Color information
#DB75B6 (or 0xDB75B6) is known color: Persian Pink. HEX triplet: DB, 75 and B6. RGB value is (219,117,182). Sum of RGB (Red+Green+Blue) = 219+117+182=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 117 (46.09% from 255 or 22.59% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DB75B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB75B6 is #248A49. Grayscale: #9A9A9A. Windows color (decimal): -2394698 or 11957723. OLE color: 11957723.
HSL color Cylindrical-coordinate representation of color #DB75B6: hue angle of 321.76º 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 #DB75B6 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 182 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.14 |
| HSL | 321.76º | 0.59% | 0.66% | - |
| HSV(B) | 321.76º | 0.47% | 0.86% | - |
| XYZ | 44.02 | 31.16 | 47.95 | - |
| YUV | 154.91 | 143.29 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 182 | 0 | 0.47 | 0.17 | 0.14 | 321.76 | 0.59 | 0.66 |
| Hex | DB | 75 | B6 | 0 | 2F | 11 | E | 142 | 3B | 42 |
| Octal | 333 | 165 | 266 | 0 | 57 | 21 | 16 | 502 | 73 | 102 |
| Binary | 11011011 | 1110101 | 10110110 | 0 | 101111 | 10001 | 1110 | 101000010 | 111011 | 1000010 |
Color Harmonies of #DB75B6
Complementary color
Monochromatic Colors of #DB75B6
Black with #DB75B6
Text Example
Text Example
White with #DB75B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB75B6; }
p { color: rgb(219,117,182); }
H1.HeaderClassName
{
color: #DB75B6;
}
.AnyTagClassName
{
color: #DB75B6;
}
</style>
background-color css
<style>
a { background-color: #DB75B6; }
a { background-color: rgb(219,117,182); }
div.DivClassName
{
background-color: #DB75B6;
}
.BgClassName
{
background-color: #DB75B6;
}
</style>
border-color css
<style>
span { border-color: #DB75B6; }
span { border-color: rgb(219,117,182); }
td.TdClassName
{
border-color: #DB75B6;
}
.TagClassName
{
border-color: #DB75B6;
}
</style>