Shades of Persian Pink #DB70B1
Tints of Persian Pink #DB70B1
RGB
CMYK
RGB Variations
Color information
#DB70B1 (or 0xDB70B1) is known color: Persian Pink. HEX triplet: DB, 70 and B1. RGB value is (219,112,177). Sum of RGB (Red+Green+Blue) = 219+112+177=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 112 (44.14% from 255 or 22.05% from 508); Blue value is 177 (69.53% from 255 or 34.84% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB70B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB70B1 is #248F4E. Grayscale: #979797. Windows color (decimal): -2395983 or 11628763. OLE color: 11628763.
HSL color Cylindrical-coordinate representation of color #DB70B1: hue angle of 323.55º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB70B1 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 177 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.14 |
| HSL | 323.55º | 0.6% | 0.65% | - |
| HSV(B) | 323.55º | 0.49% | 0.86% | - |
| XYZ | 42.94 | 29.82 | 45.09 | - |
| YUV | 151.4 | 142.45 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 177 | 0 | 0.49 | 0.19 | 0.14 | 323.55 | 0.6 | 0.65 |
| Hex | DB | 70 | B1 | 0 | 31 | 13 | E | 144 | 3C | 41 |
| Octal | 333 | 160 | 261 | 0 | 61 | 23 | 16 | 504 | 74 | 101 |
| Binary | 11011011 | 1110000 | 10110001 | 0 | 110001 | 10011 | 1110 | 101000100 | 111100 | 1000001 |
Color Harmonies of #DB70B1
Complementary color
Monochromatic Colors of #DB70B1
Black with #DB70B1
Text Example
Text Example
White with #DB70B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB70B1; }
p { color: rgb(219,112,177); }
H1.HeaderClassName
{
color: #DB70B1;
}
.AnyTagClassName
{
color: #DB70B1;
}
</style>
background-color css
<style>
a { background-color: #DB70B1; }
a { background-color: rgb(219,112,177); }
div.DivClassName
{
background-color: #DB70B1;
}
.BgClassName
{
background-color: #DB70B1;
}
</style>
border-color css
<style>
span { border-color: #DB70B1; }
span { border-color: rgb(219,112,177); }
td.TdClassName
{
border-color: #DB70B1;
}
.TagClassName
{
border-color: #DB70B1;
}
</style>