Shades of Persian Rose #DB34B0
Tints of Persian Rose #DB34B0
RGB
CMYK
RGB Variations
Color information
#DB34B0 (or 0xDB34B0) is known color: Persian Rose. HEX triplet: DB, 34 and B0. RGB value is (219,52,176). Sum of RGB (Red+Green+Blue) = 219+52+176=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 52 (20.70% from 255 or 11.63% from 447); Blue value is 176 (69.14% from 255 or 39.37% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB34B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB34B0 is #24CB4F. Grayscale: #737373. Windows color (decimal): -2411344 or 11547867. OLE color: 11547867.
HSL color Cylindrical-coordinate representation of color #DB34B0: hue angle of 315.45º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB34B0 is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 176 | - |
| CMYK | 0 | 0.76 | 0.20 | 0.14 |
| HSL | 315.45º | 0.7% | 0.53% | - |
| HSV(B) | 315.45º | 0.76% | 0.86% | - |
| XYZ | 38.28 | 20.65 | 43.04 | - |
| YUV | 116.07 | 161.83 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 176 | 0 | 0.76 | 0.20 | 0.14 | 315.45 | 0.7 | 0.53 |
| Hex | DB | 34 | B0 | 0 | 4C | 14 | E | 13B | 46 | 35 |
| Octal | 333 | 64 | 260 | 0 | 114 | 24 | 16 | 473 | 106 | 65 |
| Binary | 11011011 | 110100 | 10110000 | 0 | 1001100 | 10100 | 1110 | 100111011 | 1000110 | 110101 |
Color Harmonies of #DB34B0
Complementary color
Monochromatic Colors of #DB34B0
Black with #DB34B0
Text Example
Text Example
White with #DB34B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB34B0; }
p { color: rgb(219,52,176); }
H1.HeaderClassName
{
color: #DB34B0;
}
.AnyTagClassName
{
color: #DB34B0;
}
</style>
background-color css
<style>
a { background-color: #DB34B0; }
a { background-color: rgb(219,52,176); }
div.DivClassName
{
background-color: #DB34B0;
}
.BgClassName
{
background-color: #DB34B0;
}
</style>
border-color css
<style>
span { border-color: #DB34B0; }
span { border-color: rgb(219,52,176); }
td.TdClassName
{
border-color: #DB34B0;
}
.TagClassName
{
border-color: #DB34B0;
}
</style>