Shades of Persian Pink #DE75BA
Tints of Persian Pink #DE75BA
RGB
CMYK
RGB Variations
Color information
#DE75BA (or 0xDE75BA) is known color: Persian Pink. HEX triplet: DE, 75 and BA. RGB value is (222,117,186). Sum of RGB (Red+Green+Blue) = 222+117+186=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 117 (46.09% from 255 or 22.29% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 222 - color contains mainly: red. Hex color #DE75BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE75BA is #218A45. Grayscale: #9C9C9C. Windows color (decimal): -2198086 or 12219870. OLE color: 12219870.
HSL color Cylindrical-coordinate representation of color #DE75BA: hue angle of 320.57º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DE75BA is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 117 | 186 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.13 |
| HSL | 320.57º | 0.61% | 0.66% | - |
| HSV(B) | 320.57º | 0.47% | 0.87% | - |
| XYZ | 45.35 | 31.8 | 50.2 | - |
| YUV | 156.26 | 144.79 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 117 | 186 | 0 | 0.47 | 0.16 | 0.13 | 320.57 | 0.61 | 0.66 |
| Hex | DE | 75 | BA | 0 | 2F | 10 | D | 141 | 3D | 42 |
| Octal | 336 | 165 | 272 | 0 | 57 | 20 | 15 | 501 | 75 | 102 |
| Binary | 11011110 | 1110101 | 10111010 | 0 | 101111 | 10000 | 1101 | 101000001 | 111101 | 1000010 |
Color Harmonies of #DE75BA
Complementary color
Monochromatic Colors of #DE75BA
Black with #DE75BA
Text Example
Text Example
White with #DE75BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE75BA; }
p { color: rgb(222,117,186); }
H1.HeaderClassName
{
color: #DE75BA;
}
.AnyTagClassName
{
color: #DE75BA;
}
</style>
background-color css
<style>
a { background-color: #DE75BA; }
a { background-color: rgb(222,117,186); }
div.DivClassName
{
background-color: #DE75BA;
}
.BgClassName
{
background-color: #DE75BA;
}
</style>
border-color css
<style>
span { border-color: #DE75BA; }
span { border-color: rgb(222,117,186); }
td.TdClassName
{
border-color: #DE75BA;
}
.TagClassName
{
border-color: #DE75BA;
}
</style>