Shades of Persian Pink #DB74B5
Tints of Persian Pink #DB74B5
RGB
CMYK
RGB Variations
Color information
#DB74B5 (or 0xDB74B5) is known color: Persian Pink. HEX triplet: DB, 74 and B5. RGB value is (219,116,181). Sum of RGB (Red+Green+Blue) = 219+116+181=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 116 (45.70% from 255 or 22.48% from 516); Blue value is 181 (71.09% from 255 or 35.08% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DB74B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB74B5 is #248B4A. Grayscale: #9A9A9A. Windows color (decimal): -2394955 or 11891931. OLE color: 11891931.
HSL color Cylindrical-coordinate representation of color #DB74B5: hue angle of 322.14º 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 #DB74B5 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 181 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.14 |
| HSL | 322.14º | 0.59% | 0.66% | - |
| HSV(B) | 322.14º | 0.47% | 0.86% | - |
| XYZ | 43.8 | 30.89 | 47.37 | - |
| YUV | 154.21 | 143.12 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 181 | 0 | 0.47 | 0.17 | 0.14 | 322.14 | 0.59 | 0.66 |
| Hex | DB | 74 | B5 | 0 | 2F | 11 | E | 142 | 3B | 42 |
| Octal | 333 | 164 | 265 | 0 | 57 | 21 | 16 | 502 | 73 | 102 |
| Binary | 11011011 | 1110100 | 10110101 | 0 | 101111 | 10001 | 1110 | 101000010 | 111011 | 1000010 |
Color Harmonies of #DB74B5
Complementary color
Monochromatic Colors of #DB74B5
Black with #DB74B5
Text Example
Text Example
White with #DB74B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB74B5; }
p { color: rgb(219,116,181); }
H1.HeaderClassName
{
color: #DB74B5;
}
.AnyTagClassName
{
color: #DB74B5;
}
</style>
background-color css
<style>
a { background-color: #DB74B5; }
a { background-color: rgb(219,116,181); }
div.DivClassName
{
background-color: #DB74B5;
}
.BgClassName
{
background-color: #DB74B5;
}
</style>
border-color css
<style>
span { border-color: #DB74B5; }
span { border-color: rgb(219,116,181); }
td.TdClassName
{
border-color: #DB74B5;
}
.TagClassName
{
border-color: #DB74B5;
}
</style>