Shades of Persian Pink #DB74B3
Tints of Persian Pink #DB74B3
RGB
CMYK
RGB Variations
Color information
#DB74B3 (or 0xDB74B3) is known color: Persian Pink. HEX triplet: DB, 74 and B3. RGB value is (219,116,179). Sum of RGB (Red+Green+Blue) = 219+116+179=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 116 (45.70% from 255 or 22.57% from 514); Blue value is 179 (70.31% from 255 or 34.82% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB74B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB74B3 is #248B4C. Grayscale: #999999. Windows color (decimal): -2394957 or 11760859. OLE color: 11760859.
HSL color Cylindrical-coordinate representation of color #DB74B3: hue angle of 323.3º 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 #DB74B3 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 179 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.14 |
| HSL | 323.3º | 0.59% | 0.66% | - |
| HSV(B) | 323.3º | 0.47% | 0.86% | - |
| XYZ | 43.6 | 30.81 | 46.3 | - |
| YUV | 153.98 | 142.12 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 179 | 0 | 0.47 | 0.18 | 0.14 | 323.3 | 0.59 | 0.66 |
| Hex | DB | 74 | B3 | 0 | 2F | 12 | E | 143 | 3B | 42 |
| Octal | 333 | 164 | 263 | 0 | 57 | 22 | 16 | 503 | 73 | 102 |
| Binary | 11011011 | 1110100 | 10110011 | 0 | 101111 | 10010 | 1110 | 101000011 | 111011 | 1000010 |
Color Harmonies of #DB74B3
Complementary color
Monochromatic Colors of #DB74B3
Black with #DB74B3
Text Example
Text Example
White with #DB74B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB74B3; }
p { color: rgb(219,116,179); }
H1.HeaderClassName
{
color: #DB74B3;
}
.AnyTagClassName
{
color: #DB74B3;
}
</style>
background-color css
<style>
a { background-color: #DB74B3; }
a { background-color: rgb(219,116,179); }
div.DivClassName
{
background-color: #DB74B3;
}
.BgClassName
{
background-color: #DB74B3;
}
</style>
border-color css
<style>
span { border-color: #DB74B3; }
span { border-color: rgb(219,116,179); }
td.TdClassName
{
border-color: #DB74B3;
}
.TagClassName
{
border-color: #DB74B3;
}
</style>