Shades of Persian Pink #DE6DB0
Tints of Persian Pink #DE6DB0
RGB
CMYK
RGB Variations
Color information
#DE6DB0 (or 0xDE6DB0) is known color: Persian Pink. HEX triplet: DE, 6D and B0. RGB value is (222,109,176). Sum of RGB (Red+Green+Blue) = 222+109+176=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 176 (69.14% from 255 or 34.71% from 507); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6DB0 is #21924F. Grayscale: #969696. Windows color (decimal): -2200144 or 11562462. OLE color: 11562462.
HSL color Cylindrical-coordinate representation of color #DE6DB0: hue angle of 324.42º 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 #DE6DB0 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 109 | 176 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.13 |
| HSL | 324.42º | 0.63% | 0.65% | - |
| HSV(B) | 324.42º | 0.51% | 0.87% | - |
| XYZ | 43.43 | 29.6 | 44.5 | - |
| YUV | 150.43 | 142.44 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 109 | 176 | 0 | 0.51 | 0.21 | 0.13 | 324.42 | 0.63 | 0.65 |
| Hex | DE | 6D | B0 | 0 | 33 | 15 | D | 144 | 3F | 41 |
| Octal | 336 | 155 | 260 | 0 | 63 | 25 | 15 | 504 | 77 | 101 |
| Binary | 11011110 | 1101101 | 10110000 | 0 | 110011 | 10101 | 1101 | 101000100 | 111111 | 1000001 |
Color Harmonies of #DE6DB0
Complementary color
Monochromatic Colors of #DE6DB0
Black with #DE6DB0
Text Example
Text Example
White with #DE6DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6DB0; }
p { color: rgb(222,109,176); }
H1.HeaderClassName
{
color: #DE6DB0;
}
.AnyTagClassName
{
color: #DE6DB0;
}
</style>
background-color css
<style>
a { background-color: #DE6DB0; }
a { background-color: rgb(222,109,176); }
div.DivClassName
{
background-color: #DE6DB0;
}
.BgClassName
{
background-color: #DE6DB0;
}
</style>
border-color css
<style>
span { border-color: #DE6DB0; }
span { border-color: rgb(222,109,176); }
td.TdClassName
{
border-color: #DE6DB0;
}
.TagClassName
{
border-color: #DE6DB0;
}
</style>