Shades of Persian Pink #D37CB7
Tints of Persian Pink #D37CB7
RGB
CMYK
RGB Variations
Color information
#D37CB7 (or 0xD37CB7) is known color: Persian Pink. HEX triplet: D3, 7C and B7. RGB value is (211,124,183). Sum of RGB (Red+Green+Blue) = 211+124+183=518 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.73% from 518); Green value is 124 (48.83% from 255 or 23.94% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 211 - color contains mainly: red. Hex color #D37CB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37CB7 is #2C8348. Grayscale: #9C9C9C. Windows color (decimal): -2917193 or 12025043. OLE color: 12025043.
HSL color Cylindrical-coordinate representation of color #D37CB7: hue angle of 319.31º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D37CB7 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 124 | 183 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.17 |
| HSL | 319.31º | 0.5% | 0.66% | - |
| HSV(B) | 319.31º | 0.41% | 0.83% | - |
| XYZ | 42.62 | 31.68 | 48.67 | - |
| YUV | 156.74 | 142.82 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 124 | 183 | 0 | 0.41 | 0.13 | 0.17 | 319.31 | 0.5 | 0.66 |
| Hex | D3 | 7C | B7 | 0 | 29 | D | 11 | 13F | 32 | 42 |
| Octal | 323 | 174 | 267 | 0 | 51 | 15 | 21 | 477 | 62 | 102 |
| Binary | 11010011 | 1111100 | 10110111 | 0 | 101001 | 1101 | 10001 | 100111111 | 110010 | 1000010 |
Color Harmonies of #D37CB7
Complementary color
Monochromatic Colors of #D37CB7
Black with #D37CB7
Text Example
Text Example
White with #D37CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37CB7; }
p { color: rgb(211,124,183); }
H1.HeaderClassName
{
color: #D37CB7;
}
.AnyTagClassName
{
color: #D37CB7;
}
</style>
background-color css
<style>
a { background-color: #D37CB7; }
a { background-color: rgb(211,124,183); }
div.DivClassName
{
background-color: #D37CB7;
}
.BgClassName
{
background-color: #D37CB7;
}
</style>
border-color css
<style>
span { border-color: #D37CB7; }
span { border-color: rgb(211,124,183); }
td.TdClassName
{
border-color: #D37CB7;
}
.TagClassName
{
border-color: #D37CB7;
}
</style>