Shades of Persian Pink #DB70B6
Tints of Persian Pink #DB70B6
RGB
CMYK
RGB Variations
Color information
#DB70B6 (or 0xDB70B6) is known color: Persian Pink. HEX triplet: DB, 70 and B6. RGB value is (219,112,182). Sum of RGB (Red+Green+Blue) = 219+112+182=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 112 (44.14% from 255 or 21.83% from 513); Blue value is 182 (71.48% from 255 or 35.48% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DB70B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB70B6 is #248F49. Grayscale: #979797. Windows color (decimal): -2395978 or 11956443. OLE color: 11956443.
HSL color Cylindrical-coordinate representation of color #DB70B6: hue angle of 320.75º 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 #DB70B6 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 182 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.14 |
| HSL | 320.75º | 0.6% | 0.65% | - |
| HSV(B) | 320.75º | 0.49% | 0.86% | - |
| XYZ | 43.45 | 30.03 | 47.76 | - |
| YUV | 151.97 | 144.95 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 182 | 0 | 0.49 | 0.17 | 0.14 | 320.75 | 0.6 | 0.65 |
| Hex | DB | 70 | B6 | 0 | 31 | 11 | E | 141 | 3C | 41 |
| Octal | 333 | 160 | 266 | 0 | 61 | 21 | 16 | 501 | 74 | 101 |
| Binary | 11011011 | 1110000 | 10110110 | 0 | 110001 | 10001 | 1110 | 101000001 | 111100 | 1000001 |
Color Harmonies of #DB70B6
Complementary color
Monochromatic Colors of #DB70B6
Black with #DB70B6
Text Example
Text Example
White with #DB70B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB70B6; }
p { color: rgb(219,112,182); }
H1.HeaderClassName
{
color: #DB70B6;
}
.AnyTagClassName
{
color: #DB70B6;
}
</style>
background-color css
<style>
a { background-color: #DB70B6; }
a { background-color: rgb(219,112,182); }
div.DivClassName
{
background-color: #DB70B6;
}
.BgClassName
{
background-color: #DB70B6;
}
</style>
border-color css
<style>
span { border-color: #DB70B6; }
span { border-color: rgb(219,112,182); }
td.TdClassName
{
border-color: #DB70B6;
}
.TagClassName
{
border-color: #DB70B6;
}
</style>