Shades of Persian Pink #DB69B6
Tints of Persian Pink #DB69B6
RGB
CMYK
RGB Variations
Color information
#DB69B6 (or 0xDB69B6) is known color: Persian Pink. HEX triplet: DB, 69 and B6. RGB value is (219,105,182). Sum of RGB (Red+Green+Blue) = 219+105+182=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 105 (41.41% from 255 or 20.75% from 506); Blue value is 182 (71.48% from 255 or 35.97% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB69B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB69B6 is #249649. Grayscale: #939393. Windows color (decimal): -2397770 or 11954651. OLE color: 11954651.
HSL color Cylindrical-coordinate representation of color #DB69B6: hue angle of 319.47º 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 #DB69B6 is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 182 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.14 |
| HSL | 319.47º | 0.61% | 0.64% | - |
| HSV(B) | 319.47º | 0.52% | 0.86% | - |
| XYZ | 42.71 | 28.54 | 47.51 | - |
| YUV | 147.86 | 147.27 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 182 | 0 | 0.52 | 0.17 | 0.14 | 319.47 | 0.61 | 0.64 |
| Hex | DB | 69 | B6 | 0 | 34 | 11 | E | 13F | 3D | 40 |
| Octal | 333 | 151 | 266 | 0 | 64 | 21 | 16 | 477 | 75 | 100 |
| Binary | 11011011 | 1101001 | 10110110 | 0 | 110100 | 10001 | 1110 | 100111111 | 111101 | 1000000 |
Color Harmonies of #DB69B6
Complementary color
Monochromatic Colors of #DB69B6
Black with #DB69B6
Text Example
Text Example
White with #DB69B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB69B6; }
p { color: rgb(219,105,182); }
H1.HeaderClassName
{
color: #DB69B6;
}
.AnyTagClassName
{
color: #DB69B6;
}
</style>
background-color css
<style>
a { background-color: #DB69B6; }
a { background-color: rgb(219,105,182); }
div.DivClassName
{
background-color: #DB69B6;
}
.BgClassName
{
background-color: #DB69B6;
}
</style>
border-color css
<style>
span { border-color: #DB69B6; }
span { border-color: rgb(219,105,182); }
td.TdClassName
{
border-color: #DB69B6;
}
.TagClassName
{
border-color: #DB69B6;
}
</style>