Shades of Persian Pink #DB74B6
Tints of Persian Pink #DB74B6
RGB
CMYK
RGB Variations
Color information
#DB74B6 (or 0xDB74B6) is known color: Persian Pink. HEX triplet: DB, 74 and B6. RGB value is (219,116,182). Sum of RGB (Red+Green+Blue) = 219+116+182=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 116 (45.70% from 255 or 22.44% from 517); Blue value is 182 (71.48% from 255 or 35.20% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB74B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB74B6 is #248B49. Grayscale: #9A9A9A. Windows color (decimal): -2394954 or 11957467. OLE color: 11957467.
HSL color Cylindrical-coordinate representation of color #DB74B6: hue angle of 321.55º 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 #DB74B6 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 182 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.14 |
| HSL | 321.55º | 0.59% | 0.66% | - |
| HSV(B) | 321.55º | 0.47% | 0.86% | - |
| XYZ | 43.9 | 30.93 | 47.91 | - |
| YUV | 154.32 | 143.62 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 182 | 0 | 0.47 | 0.17 | 0.14 | 321.55 | 0.59 | 0.66 |
| Hex | DB | 74 | B6 | 0 | 2F | 11 | E | 142 | 3B | 42 |
| Octal | 333 | 164 | 266 | 0 | 57 | 21 | 16 | 502 | 73 | 102 |
| Binary | 11011011 | 1110100 | 10110110 | 0 | 101111 | 10001 | 1110 | 101000010 | 111011 | 1000010 |
Color Harmonies of #DB74B6
Complementary color
Monochromatic Colors of #DB74B6
Black with #DB74B6
Text Example
Text Example
White with #DB74B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB74B6; }
p { color: rgb(219,116,182); }
H1.HeaderClassName
{
color: #DB74B6;
}
.AnyTagClassName
{
color: #DB74B6;
}
</style>
background-color css
<style>
a { background-color: #DB74B6; }
a { background-color: rgb(219,116,182); }
div.DivClassName
{
background-color: #DB74B6;
}
.BgClassName
{
background-color: #DB74B6;
}
</style>
border-color css
<style>
span { border-color: #DB74B6; }
span { border-color: rgb(219,116,182); }
td.TdClassName
{
border-color: #DB74B6;
}
.TagClassName
{
border-color: #DB74B6;
}
</style>