Shades of Persian Pink #DB69B5
Tints of Persian Pink #DB69B5
RGB
CMYK
RGB Variations
Color information
#DB69B5 (or 0xDB69B5) is known color: Persian Pink. HEX triplet: DB, 69 and B5. RGB value is (219,105,181). Sum of RGB (Red+Green+Blue) = 219+105+181=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DB69B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB69B5 is #24964A. Grayscale: #939393. Windows color (decimal): -2397771 or 11889115. OLE color: 11889115.
HSL color Cylindrical-coordinate representation of color #DB69B5: hue angle of 320º 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 #DB69B5 is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 181 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.14 |
| HSL | 320º | 0.61% | 0.64% | - |
| HSV(B) | 320º | 0.52% | 0.86% | - |
| XYZ | 42.61 | 28.5 | 46.97 | - |
| YUV | 147.75 | 146.77 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 181 | 0 | 0.52 | 0.17 | 0.14 | 320 | 0.61 | 0.64 |
| Hex | DB | 69 | B5 | 0 | 34 | 11 | E | 140 | 3D | 40 |
| Octal | 333 | 151 | 265 | 0 | 64 | 21 | 16 | 500 | 75 | 100 |
| Binary | 11011011 | 1101001 | 10110101 | 0 | 110100 | 10001 | 1110 | 101000000 | 111101 | 1000000 |
Color Harmonies of #DB69B5
Complementary color
Monochromatic Colors of #DB69B5
Black with #DB69B5
Text Example
Text Example
White with #DB69B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB69B5; }
p { color: rgb(219,105,181); }
H1.HeaderClassName
{
color: #DB69B5;
}
.AnyTagClassName
{
color: #DB69B5;
}
</style>
background-color css
<style>
a { background-color: #DB69B5; }
a { background-color: rgb(219,105,181); }
div.DivClassName
{
background-color: #DB69B5;
}
.BgClassName
{
background-color: #DB69B5;
}
</style>
border-color css
<style>
span { border-color: #DB69B5; }
span { border-color: rgb(219,105,181); }
td.TdClassName
{
border-color: #DB69B5;
}
.TagClassName
{
border-color: #DB69B5;
}
</style>