Shades of Persian Pink #D57CB3
Tints of Persian Pink #D57CB3
RGB
CMYK
RGB Variations
Color information
#D57CB3 (or 0xD57CB3) is known color: Persian Pink. HEX triplet: D5, 7C and B3. RGB value is (213,124,179). Sum of RGB (Red+Green+Blue) = 213+124+179=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 124 (48.83% from 255 or 24.03% from 516); Blue value is 179 (70.31% from 255 or 34.69% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D57CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57CB3 is #2A834C. Grayscale: #9C9C9C. Windows color (decimal): -2786125 or 11762901. OLE color: 11762901.
HSL color Cylindrical-coordinate representation of color #D57CB3: hue angle of 322.92º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D57CB3 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 124 | 179 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.16 |
| HSL | 322.92º | 0.51% | 0.66% | - |
| HSV(B) | 322.92º | 0.42% | 0.84% | - |
| XYZ | 42.78 | 31.82 | 46.53 | - |
| YUV | 156.88 | 140.49 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 124 | 179 | 0 | 0.42 | 0.16 | 0.16 | 322.92 | 0.51 | 0.66 |
| Hex | D5 | 7C | B3 | 0 | 2A | 10 | 10 | 143 | 33 | 42 |
| Octal | 325 | 174 | 263 | 0 | 52 | 20 | 20 | 503 | 63 | 102 |
| Binary | 11010101 | 1111100 | 10110011 | 0 | 101010 | 10000 | 10000 | 101000011 | 110011 | 1000010 |
Color Harmonies of #D57CB3
Complementary color
Monochromatic Colors of #D57CB3
Black with #D57CB3
Text Example
Text Example
White with #D57CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57CB3; }
p { color: rgb(213,124,179); }
H1.HeaderClassName
{
color: #D57CB3;
}
.AnyTagClassName
{
color: #D57CB3;
}
</style>
background-color css
<style>
a { background-color: #D57CB3; }
a { background-color: rgb(213,124,179); }
div.DivClassName
{
background-color: #D57CB3;
}
.BgClassName
{
background-color: #D57CB3;
}
</style>
border-color css
<style>
span { border-color: #D57CB3; }
span { border-color: rgb(213,124,179); }
td.TdClassName
{
border-color: #D57CB3;
}
.TagClassName
{
border-color: #D57CB3;
}
</style>