Shades of Persian Pink #DB6CB1
Tints of Persian Pink #DB6CB1
RGB
CMYK
RGB Variations
Color information
#DB6CB1 (or 0xDB6CB1) is known color: Persian Pink. HEX triplet: DB, 6C and B1. RGB value is (219,108,177). Sum of RGB (Red+Green+Blue) = 219+108+177=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 108 (42.58% from 255 or 21.43% from 504); Blue value is 177 (69.53% from 255 or 35.12% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6CB1 is #24934E. Grayscale: #949494. Windows color (decimal): -2397007 or 11627739. OLE color: 11627739.
HSL color Cylindrical-coordinate representation of color #DB6CB1: hue angle of 322.7º 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 #DB6CB1 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 108 | 177 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.14 |
| HSL | 322.7º | 0.61% | 0.64% | - |
| HSV(B) | 322.7º | 0.51% | 0.86% | - |
| XYZ | 42.51 | 28.96 | 44.94 | - |
| YUV | 149.06 | 143.77 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 177 | 0 | 0.51 | 0.19 | 0.14 | 322.7 | 0.61 | 0.64 |
| Hex | DB | 6C | B1 | 0 | 33 | 13 | E | 143 | 3D | 40 |
| Octal | 333 | 154 | 261 | 0 | 63 | 23 | 16 | 503 | 75 | 100 |
| Binary | 11011011 | 1101100 | 10110001 | 0 | 110011 | 10011 | 1110 | 101000011 | 111101 | 1000000 |
Color Harmonies of #DB6CB1
Complementary color
Monochromatic Colors of #DB6CB1
Black with #DB6CB1
Text Example
Text Example
White with #DB6CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6CB1; }
p { color: rgb(219,108,177); }
H1.HeaderClassName
{
color: #DB6CB1;
}
.AnyTagClassName
{
color: #DB6CB1;
}
</style>
background-color css
<style>
a { background-color: #DB6CB1; }
a { background-color: rgb(219,108,177); }
div.DivClassName
{
background-color: #DB6CB1;
}
.BgClassName
{
background-color: #DB6CB1;
}
</style>
border-color css
<style>
span { border-color: #DB6CB1; }
span { border-color: rgb(219,108,177); }
td.TdClassName
{
border-color: #DB6CB1;
}
.TagClassName
{
border-color: #DB6CB1;
}
</style>