Shades of Persian Pink #DE6DB4
Tints of Persian Pink #DE6DB4
RGB
CMYK
RGB Variations
Color information
#DE6DB4 (or 0xDE6DB4) is known color: Persian Pink. HEX triplet: DE, 6D and B4. RGB value is (222,109,180). Sum of RGB (Red+Green+Blue) = 222+109+180=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 180 (70.70% from 255 or 35.23% from 511); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6DB4 is #21924B. Grayscale: #969696. Windows color (decimal): -2200140 or 11824606. OLE color: 11824606.
HSL color Cylindrical-coordinate representation of color #DE6DB4: hue angle of 322.3º 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 #DE6DB4 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 109 | 180 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.13 |
| HSL | 322.3º | 0.63% | 0.65% | - |
| HSV(B) | 322.3º | 0.51% | 0.87% | - |
| XYZ | 43.83 | 29.76 | 46.61 | - |
| YUV | 150.88 | 144.44 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 109 | 180 | 0 | 0.51 | 0.19 | 0.13 | 322.3 | 0.63 | 0.65 |
| Hex | DE | 6D | B4 | 0 | 33 | 13 | D | 142 | 3F | 41 |
| Octal | 336 | 155 | 264 | 0 | 63 | 23 | 15 | 502 | 77 | 101 |
| Binary | 11011110 | 1101101 | 10110100 | 0 | 110011 | 10011 | 1101 | 101000010 | 111111 | 1000001 |
Color Harmonies of #DE6DB4
Complementary color
Monochromatic Colors of #DE6DB4
Black with #DE6DB4
Text Example
Text Example
White with #DE6DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6DB4; }
p { color: rgb(222,109,180); }
H1.HeaderClassName
{
color: #DE6DB4;
}
.AnyTagClassName
{
color: #DE6DB4;
}
</style>
background-color css
<style>
a { background-color: #DE6DB4; }
a { background-color: rgb(222,109,180); }
div.DivClassName
{
background-color: #DE6DB4;
}
.BgClassName
{
background-color: #DE6DB4;
}
</style>
border-color css
<style>
span { border-color: #DE6DB4; }
span { border-color: rgb(222,109,180); }
td.TdClassName
{
border-color: #DE6DB4;
}
.TagClassName
{
border-color: #DE6DB4;
}
</style>