Shades of Persian Rose #DB34B2
Tints of Persian Rose #DB34B2
RGB
CMYK
RGB Variations
Color information
#DB34B2 (or 0xDB34B2) is known color: Persian Rose. HEX triplet: DB, 34 and B2. RGB value is (219,52,178). Sum of RGB (Red+Green+Blue) = 219+52+178=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 52 (20.70% from 255 or 11.58% from 449); Blue value is 178 (69.92% from 255 or 39.64% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB34B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB34B2 is #24CB4D. Grayscale: #737373. Windows color (decimal): -2411342 or 11678939. OLE color: 11678939.
HSL color Cylindrical-coordinate representation of color #DB34B2: hue angle of 314.73º 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 #DB34B2 is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 178 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.14 |
| HSL | 314.73º | 0.7% | 0.53% | - |
| HSV(B) | 314.73º | 0.76% | 0.86% | - |
| XYZ | 38.48 | 20.73 | 44.09 | - |
| YUV | 116.3 | 162.83 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 178 | 0 | 0.76 | 0.19 | 0.14 | 314.73 | 0.7 | 0.53 |
| Hex | DB | 34 | B2 | 0 | 4C | 13 | E | 13B | 46 | 35 |
| Octal | 333 | 64 | 262 | 0 | 114 | 23 | 16 | 473 | 106 | 65 |
| Binary | 11011011 | 110100 | 10110010 | 0 | 1001100 | 10011 | 1110 | 100111011 | 1000110 | 110101 |
Color Harmonies of #DB34B2
Complementary color
Monochromatic Colors of #DB34B2
Black with #DB34B2
Text Example
Text Example
White with #DB34B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB34B2; }
p { color: rgb(219,52,178); }
H1.HeaderClassName
{
color: #DB34B2;
}
.AnyTagClassName
{
color: #DB34B2;
}
</style>
background-color css
<style>
a { background-color: #DB34B2; }
a { background-color: rgb(219,52,178); }
div.DivClassName
{
background-color: #DB34B2;
}
.BgClassName
{
background-color: #DB34B2;
}
</style>
border-color css
<style>
span { border-color: #DB34B2; }
span { border-color: rgb(219,52,178); }
td.TdClassName
{
border-color: #DB34B2;
}
.TagClassName
{
border-color: #DB34B2;
}
</style>