Shades of Persian Pink #DE7AB3
Tints of Persian Pink #DE7AB3
RGB
CMYK
RGB Variations
Color information
#DE7AB3 (or 0xDE7AB3) is known color: Persian Pink. HEX triplet: DE, 7A and B3. RGB value is (222,122,179). Sum of RGB (Red+Green+Blue) = 222+122+179=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 122 (48.05% from 255 or 23.33% from 523); Blue value is 179 (70.31% from 255 or 34.23% from 523); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7AB3 is #21854C. Grayscale: #9E9E9E. Windows color (decimal): -2196813 or 11762398. OLE color: 11762398.
HSL color Cylindrical-coordinate representation of color #DE7AB3: hue angle of 325.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE7AB3 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 122 | 179 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.13 |
| HSL | 325.8º | 0.6% | 0.67% | - |
| HSV(B) | 325.8º | 0.45% | 0.87% | - |
| XYZ | 45.22 | 32.7 | 46.58 | - |
| YUV | 158.4 | 139.63 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 122 | 179 | 0 | 0.45 | 0.19 | 0.13 | 325.8 | 0.6 | 0.67 |
| Hex | DE | 7A | B3 | 0 | 2D | 13 | D | 146 | 3C | 43 |
| Octal | 336 | 172 | 263 | 0 | 55 | 23 | 15 | 506 | 74 | 103 |
| Binary | 11011110 | 1111010 | 10110011 | 0 | 101101 | 10011 | 1101 | 101000110 | 111100 | 1000011 |
Color Harmonies of #DE7AB3
Complementary color
Monochromatic Colors of #DE7AB3
Black with #DE7AB3
Text Example
Text Example
White with #DE7AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7AB3; }
p { color: rgb(222,122,179); }
H1.HeaderClassName
{
color: #DE7AB3;
}
.AnyTagClassName
{
color: #DE7AB3;
}
</style>
background-color css
<style>
a { background-color: #DE7AB3; }
a { background-color: rgb(222,122,179); }
div.DivClassName
{
background-color: #DE7AB3;
}
.BgClassName
{
background-color: #DE7AB3;
}
</style>
border-color css
<style>
span { border-color: #DE7AB3; }
span { border-color: rgb(222,122,179); }
td.TdClassName
{
border-color: #DE7AB3;
}
.TagClassName
{
border-color: #DE7AB3;
}
</style>