Shades of Persian Pink #DE6DBB
Tints of Persian Pink #DE6DBB
RGB
CMYK
RGB Variations
Color information
#DE6DBB (or 0xDE6DBB) is known color: Persian Pink. HEX triplet: DE, 6D and BB. RGB value is (222,109,187). Sum of RGB (Red+Green+Blue) = 222+109+187=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 109 (42.97% from 255 or 21.04% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6DBB is #219244. Grayscale: #979797. Windows color (decimal): -2200133 or 12283358. OLE color: 12283358.
HSL color Cylindrical-coordinate representation of color #DE6DBB: hue angle of 318.58º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DE6DBB is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 109 | 187 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.13 |
| HSL | 318.58º | 0.63% | 0.65% | - |
| HSV(B) | 318.58º | 0.51% | 0.87% | - |
| XYZ | 44.56 | 30.05 | 50.47 | - |
| YUV | 151.68 | 147.94 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 109 | 187 | 0 | 0.51 | 0.16 | 0.13 | 318.58 | 0.63 | 0.65 |
| Hex | DE | 6D | BB | 0 | 33 | 10 | D | 13F | 3F | 41 |
| Octal | 336 | 155 | 273 | 0 | 63 | 20 | 15 | 477 | 77 | 101 |
| Binary | 11011110 | 1101101 | 10111011 | 0 | 110011 | 10000 | 1101 | 100111111 | 111111 | 1000001 |
Color Harmonies of #DE6DBB
Complementary color
Monochromatic Colors of #DE6DBB
Black with #DE6DBB
Text Example
Text Example
White with #DE6DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6DBB; }
p { color: rgb(222,109,187); }
H1.HeaderClassName
{
color: #DE6DBB;
}
.AnyTagClassName
{
color: #DE6DBB;
}
</style>
background-color css
<style>
a { background-color: #DE6DBB; }
a { background-color: rgb(222,109,187); }
div.DivClassName
{
background-color: #DE6DBB;
}
.BgClassName
{
background-color: #DE6DBB;
}
</style>
border-color css
<style>
span { border-color: #DE6DBB; }
span { border-color: rgb(222,109,187); }
td.TdClassName
{
border-color: #DE6DBB;
}
.TagClassName
{
border-color: #DE6DBB;
}
</style>