Shades of Persian Pink #DB6AB5
Tints of Persian Pink #DB6AB5
RGB
CMYK
RGB Variations
Color information
#DB6AB5 (or 0xDB6AB5) is known color: Persian Pink. HEX triplet: DB, 6A and B5. RGB value is (219,106,181). Sum of RGB (Red+Green+Blue) = 219+106+181=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 181 (71.09% from 255 or 35.77% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6AB5 is #24954A. Grayscale: #949494. Windows color (decimal): -2397515 or 11889371. OLE color: 11889371.
HSL color Cylindrical-coordinate representation of color #DB6AB5: hue angle of 320.18º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB6AB5 is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 106 | 181 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.14 |
| HSL | 320.18º | 0.61% | 0.64% | - |
| HSV(B) | 320.18º | 0.52% | 0.86% | - |
| XYZ | 42.71 | 28.7 | 47.01 | - |
| YUV | 148.34 | 146.44 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 181 | 0 | 0.52 | 0.17 | 0.14 | 320.18 | 0.61 | 0.64 |
| Hex | DB | 6A | B5 | 0 | 34 | 11 | E | 140 | 3D | 40 |
| Octal | 333 | 152 | 265 | 0 | 64 | 21 | 16 | 500 | 75 | 100 |
| Binary | 11011011 | 1101010 | 10110101 | 0 | 110100 | 10001 | 1110 | 101000000 | 111101 | 1000000 |
Color Harmonies of #DB6AB5
Complementary color
Monochromatic Colors of #DB6AB5
Black with #DB6AB5
Text Example
Text Example
White with #DB6AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6AB5; }
p { color: rgb(219,106,181); }
H1.HeaderClassName
{
color: #DB6AB5;
}
.AnyTagClassName
{
color: #DB6AB5;
}
</style>
background-color css
<style>
a { background-color: #DB6AB5; }
a { background-color: rgb(219,106,181); }
div.DivClassName
{
background-color: #DB6AB5;
}
.BgClassName
{
background-color: #DB6AB5;
}
</style>
border-color css
<style>
span { border-color: #DB6AB5; }
span { border-color: rgb(219,106,181); }
td.TdClassName
{
border-color: #DB6AB5;
}
.TagClassName
{
border-color: #DB6AB5;
}
</style>