Shades of Persian Pink #D37DB7
Tints of Persian Pink #D37DB7
RGB
CMYK
RGB Variations
Color information
#D37DB7 (or 0xD37DB7) is known color: Persian Pink. HEX triplet: D3, 7D and B7. RGB value is (211,125,183). Sum of RGB (Red+Green+Blue) = 211+125+183=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 125 (49.22% from 255 or 24.08% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 211 - color contains mainly: red. Hex color #D37DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37DB7 is #2C8248. Grayscale: #9D9D9D. Windows color (decimal): -2916937 or 12025299. OLE color: 12025299.
HSL color Cylindrical-coordinate representation of color #D37DB7: hue angle of 319.53º degrees, saturation: 0.49, 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 #D37DB7 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 125 | 183 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.17 |
| HSL | 319.53º | 0.49% | 0.66% | - |
| HSV(B) | 319.53º | 0.41% | 0.83% | - |
| XYZ | 42.74 | 31.94 | 48.71 | - |
| YUV | 157.33 | 142.49 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 125 | 183 | 0 | 0.41 | 0.13 | 0.17 | 319.53 | 0.49 | 0.66 |
| Hex | D3 | 7D | B7 | 0 | 29 | D | 11 | 140 | 31 | 42 |
| Octal | 323 | 175 | 267 | 0 | 51 | 15 | 21 | 500 | 61 | 102 |
| Binary | 11010011 | 1111101 | 10110111 | 0 | 101001 | 1101 | 10001 | 101000000 | 110001 | 1000010 |
Color Harmonies of #D37DB7
Complementary color
Monochromatic Colors of #D37DB7
Black with #D37DB7
Text Example
Text Example
White with #D37DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37DB7; }
p { color: rgb(211,125,183); }
H1.HeaderClassName
{
color: #D37DB7;
}
.AnyTagClassName
{
color: #D37DB7;
}
</style>
background-color css
<style>
a { background-color: #D37DB7; }
a { background-color: rgb(211,125,183); }
div.DivClassName
{
background-color: #D37DB7;
}
.BgClassName
{
background-color: #D37DB7;
}
</style>
border-color css
<style>
span { border-color: #D37DB7; }
span { border-color: rgb(211,125,183); }
td.TdClassName
{
border-color: #D37DB7;
}
.TagClassName
{
border-color: #D37DB7;
}
</style>