Shades of Persian Pink #D57EB4
Tints of Persian Pink #D57EB4
RGB
CMYK
RGB Variations
Color information
#D57EB4 (or 0xD57EB4) is known color: Persian Pink. HEX triplet: D5, 7E and B4. RGB value is (213,126,180). Sum of RGB (Red+Green+Blue) = 213+126+180=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 126 (49.61% from 255 or 24.28% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D57EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57EB4 is #2A814B. Grayscale: #9E9E9E. Windows color (decimal): -2785612 or 11828949. OLE color: 11828949.
HSL color Cylindrical-coordinate representation of color #D57EB4: hue angle of 322.76º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D57EB4 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 126 | 180 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.16 |
| HSL | 322.76º | 0.51% | 0.66% | - |
| HSV(B) | 322.76º | 0.41% | 0.84% | - |
| XYZ | 43.14 | 32.36 | 47.15 | - |
| YUV | 158.17 | 140.32 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 126 | 180 | 0 | 0.41 | 0.15 | 0.16 | 322.76 | 0.51 | 0.66 |
| Hex | D5 | 7E | B4 | 0 | 29 | F | 10 | 143 | 33 | 42 |
| Octal | 325 | 176 | 264 | 0 | 51 | 17 | 20 | 503 | 63 | 102 |
| Binary | 11010101 | 1111110 | 10110100 | 0 | 101001 | 1111 | 10000 | 101000011 | 110011 | 1000010 |
Color Harmonies of #D57EB4
Complementary color
Monochromatic Colors of #D57EB4
Black with #D57EB4
Text Example
Text Example
White with #D57EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57EB4; }
p { color: rgb(213,126,180); }
H1.HeaderClassName
{
color: #D57EB4;
}
.AnyTagClassName
{
color: #D57EB4;
}
</style>
background-color css
<style>
a { background-color: #D57EB4; }
a { background-color: rgb(213,126,180); }
div.DivClassName
{
background-color: #D57EB4;
}
.BgClassName
{
background-color: #D57EB4;
}
</style>
border-color css
<style>
span { border-color: #D57EB4; }
span { border-color: rgb(213,126,180); }
td.TdClassName
{
border-color: #D57EB4;
}
.TagClassName
{
border-color: #D57EB4;
}
</style>