Shades of Persian Pink #D37DB8
Tints of Persian Pink #D37DB8
RGB
CMYK
RGB Variations
Color information
#D37DB8 (or 0xD37DB8) is known color: Persian Pink. HEX triplet: D3, 7D and B8. RGB value is (211,125,184). Sum of RGB (Red+Green+Blue) = 211+125+184=520 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.58% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 184 (72.27% from 255 or 35.38% from 520); Max value from RGB is 211 - color contains mainly: red. Hex color #D37DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37DB8 is #2C8247. Grayscale: #9D9D9D. Windows color (decimal): -2916936 or 12090835. OLE color: 12090835.
HSL color Cylindrical-coordinate representation of color #D37DB8: hue angle of 318.84º 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 #D37DB8 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 125 | 184 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.17 |
| HSL | 318.84º | 0.49% | 0.66% | - |
| HSV(B) | 318.84º | 0.41% | 0.83% | - |
| XYZ | 42.85 | 31.98 | 49.26 | - |
| YUV | 157.44 | 142.99 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 125 | 184 | 0 | 0.41 | 0.13 | 0.17 | 318.84 | 0.49 | 0.66 |
| Hex | D3 | 7D | B8 | 0 | 29 | D | 11 | 13F | 31 | 42 |
| Octal | 323 | 175 | 270 | 0 | 51 | 15 | 21 | 477 | 61 | 102 |
| Binary | 11010011 | 1111101 | 10111000 | 0 | 101001 | 1101 | 10001 | 100111111 | 110001 | 1000010 |
Color Harmonies of #D37DB8
Complementary color
Monochromatic Colors of #D37DB8
Black with #D37DB8
Text Example
Text Example
White with #D37DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37DB8; }
p { color: rgb(211,125,184); }
H1.HeaderClassName
{
color: #D37DB8;
}
.AnyTagClassName
{
color: #D37DB8;
}
</style>
background-color css
<style>
a { background-color: #D37DB8; }
a { background-color: rgb(211,125,184); }
div.DivClassName
{
background-color: #D37DB8;
}
.BgClassName
{
background-color: #D37DB8;
}
</style>
border-color css
<style>
span { border-color: #D37DB8; }
span { border-color: rgb(211,125,184); }
td.TdClassName
{
border-color: #D37DB8;
}
.TagClassName
{
border-color: #D37DB8;
}
</style>