Shades of Persian Pink #DB6BB5
Tints of Persian Pink #DB6BB5
RGB
CMYK
RGB Variations
Color information
#DB6BB5 (or 0xDB6BB5) is known color: Persian Pink. HEX triplet: DB, 6B and B5. RGB value is (219,107,181). Sum of RGB (Red+Green+Blue) = 219+107+181=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6BB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6BB5 is #24944A. Grayscale: #949494. Windows color (decimal): -2397259 or 11889627. OLE color: 11889627.
HSL color Cylindrical-coordinate representation of color #DB6BB5: hue angle of 320.36º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6BB5 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 181 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.14 |
| HSL | 320.36º | 0.61% | 0.64% | - |
| HSV(B) | 320.36º | 0.51% | 0.86% | - |
| XYZ | 42.81 | 28.91 | 47.04 | - |
| YUV | 148.92 | 146.11 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 181 | 0 | 0.51 | 0.17 | 0.14 | 320.36 | 0.61 | 0.64 |
| Hex | DB | 6B | B5 | 0 | 33 | 11 | E | 140 | 3D | 40 |
| Octal | 333 | 153 | 265 | 0 | 63 | 21 | 16 | 500 | 75 | 100 |
| Binary | 11011011 | 1101011 | 10110101 | 0 | 110011 | 10001 | 1110 | 101000000 | 111101 | 1000000 |
Color Harmonies of #DB6BB5
Complementary color
Monochromatic Colors of #DB6BB5
Black with #DB6BB5
Text Example
Text Example
White with #DB6BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6BB5; }
p { color: rgb(219,107,181); }
H1.HeaderClassName
{
color: #DB6BB5;
}
.AnyTagClassName
{
color: #DB6BB5;
}
</style>
background-color css
<style>
a { background-color: #DB6BB5; }
a { background-color: rgb(219,107,181); }
div.DivClassName
{
background-color: #DB6BB5;
}
.BgClassName
{
background-color: #DB6BB5;
}
</style>
border-color css
<style>
span { border-color: #DB6BB5; }
span { border-color: rgb(219,107,181); }
td.TdClassName
{
border-color: #DB6BB5;
}
.TagClassName
{
border-color: #DB6BB5;
}
</style>