Shades of Persian Pink #DE7FB6
Tints of Persian Pink #DE7FB6
RGB
CMYK
RGB Variations
Color information
#DE7FB6 (or 0xDE7FB6) is known color: Persian Pink. HEX triplet: DE, 7F and B6. RGB value is (222,127,182). Sum of RGB (Red+Green+Blue) = 222+127+182=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 127 (50% from 255 or 23.92% from 531); Blue value is 182 (71.48% from 255 or 34.27% from 531); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7FB6 is #218049. Grayscale: #A1A1A1. Windows color (decimal): -2195530 or 11960286. OLE color: 11960286.
HSL color Cylindrical-coordinate representation of color #DE7FB6: hue angle of 325.26º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DE7FB6 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 127 | 182 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.13 |
| HSL | 325.26º | 0.59% | 0.68% | - |
| HSV(B) | 325.26º | 0.43% | 0.87% | - |
| XYZ | 46.16 | 34.09 | 48.4 | - |
| YUV | 161.68 | 139.47 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 127 | 182 | 0 | 0.43 | 0.18 | 0.13 | 325.26 | 0.59 | 0.68 |
| Hex | DE | 7F | B6 | 0 | 2B | 12 | D | 145 | 3B | 44 |
| Octal | 336 | 177 | 266 | 0 | 53 | 22 | 15 | 505 | 73 | 104 |
| Binary | 11011110 | 1111111 | 10110110 | 0 | 101011 | 10010 | 1101 | 101000101 | 111011 | 1000100 |
Color Harmonies of #DE7FB6
Complementary color
Monochromatic Colors of #DE7FB6
Black with #DE7FB6
Text Example
Text Example
White with #DE7FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7FB6; }
p { color: rgb(222,127,182); }
H1.HeaderClassName
{
color: #DE7FB6;
}
.AnyTagClassName
{
color: #DE7FB6;
}
</style>
background-color css
<style>
a { background-color: #DE7FB6; }
a { background-color: rgb(222,127,182); }
div.DivClassName
{
background-color: #DE7FB6;
}
.BgClassName
{
background-color: #DE7FB6;
}
</style>
border-color css
<style>
span { border-color: #DE7FB6; }
span { border-color: rgb(222,127,182); }
td.TdClassName
{
border-color: #DE7FB6;
}
.TagClassName
{
border-color: #DE7FB6;
}
</style>