Shades of Persian Pink #DE74BC
Tints of Persian Pink #DE74BC
RGB
CMYK
RGB Variations
Color information
#DE74BC (or 0xDE74BC) is known color: Persian Pink. HEX triplet: DE, 74 and BC. RGB value is (222,116,188). Sum of RGB (Red+Green+Blue) = 222+116+188=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 116 (45.70% from 255 or 22.05% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 222 - color contains mainly: red. Hex color #DE74BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE74BC is #218B43. Grayscale: #9B9B9B. Windows color (decimal): -2198340 or 12350686. OLE color: 12350686.
HSL color Cylindrical-coordinate representation of color #DE74BC: hue angle of 319.25º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DE74BC is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 116 | 188 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.13 |
| HSL | 319.25º | 0.62% | 0.66% | - |
| HSV(B) | 319.25º | 0.48% | 0.87% | - |
| XYZ | 45.45 | 31.65 | 51.29 | - |
| YUV | 155.9 | 146.12 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 116 | 188 | 0 | 0.48 | 0.15 | 0.13 | 319.25 | 0.62 | 0.66 |
| Hex | DE | 74 | BC | 0 | 30 | F | D | 13F | 3E | 42 |
| Octal | 336 | 164 | 274 | 0 | 60 | 17 | 15 | 477 | 76 | 102 |
| Binary | 11011110 | 1110100 | 10111100 | 0 | 110000 | 1111 | 1101 | 100111111 | 111110 | 1000010 |
Color Harmonies of #DE74BC
Complementary color
Monochromatic Colors of #DE74BC
Black with #DE74BC
Text Example
Text Example
White with #DE74BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE74BC; }
p { color: rgb(222,116,188); }
H1.HeaderClassName
{
color: #DE74BC;
}
.AnyTagClassName
{
color: #DE74BC;
}
</style>
background-color css
<style>
a { background-color: #DE74BC; }
a { background-color: rgb(222,116,188); }
div.DivClassName
{
background-color: #DE74BC;
}
.BgClassName
{
background-color: #DE74BC;
}
</style>
border-color css
<style>
span { border-color: #DE74BC; }
span { border-color: rgb(222,116,188); }
td.TdClassName
{
border-color: #DE74BC;
}
.TagClassName
{
border-color: #DE74BC;
}
</style>