Shades of Persian Pink #D37CB6
Tints of Persian Pink #D37CB6
RGB
CMYK
RGB Variations
Color information
#D37CB6 (or 0xD37CB6) is known color: Persian Pink. HEX triplet: D3, 7C and B6. RGB value is (211,124,182). Sum of RGB (Red+Green+Blue) = 211+124+182=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 124 (48.83% from 255 or 23.98% from 517); Blue value is 182 (71.48% from 255 or 35.20% from 517); Max value from RGB is 211 - color contains mainly: red. Hex color #D37CB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37CB6 is #2C8349. Grayscale: #9C9C9C. Windows color (decimal): -2917194 or 11959507. OLE color: 11959507.
HSL color Cylindrical-coordinate representation of color #D37CB6: hue angle of 320º 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 #D37CB6 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 124 | 182 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.17 |
| HSL | 320º | 0.5% | 0.66% | - |
| HSV(B) | 320º | 0.41% | 0.83% | - |
| XYZ | 42.52 | 31.64 | 48.12 | - |
| YUV | 156.63 | 142.32 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 124 | 182 | 0 | 0.41 | 0.14 | 0.17 | 320 | 0.5 | 0.66 |
| Hex | D3 | 7C | B6 | 0 | 29 | E | 11 | 140 | 32 | 42 |
| Octal | 323 | 174 | 266 | 0 | 51 | 16 | 21 | 500 | 62 | 102 |
| Binary | 11010011 | 1111100 | 10110110 | 0 | 101001 | 1110 | 10001 | 101000000 | 110010 | 1000010 |
Color Harmonies of #D37CB6
Complementary color
Monochromatic Colors of #D37CB6
Black with #D37CB6
Text Example
Text Example
White with #D37CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37CB6; }
p { color: rgb(211,124,182); }
H1.HeaderClassName
{
color: #D37CB6;
}
.AnyTagClassName
{
color: #D37CB6;
}
</style>
background-color css
<style>
a { background-color: #D37CB6; }
a { background-color: rgb(211,124,182); }
div.DivClassName
{
background-color: #D37CB6;
}
.BgClassName
{
background-color: #D37CB6;
}
</style>
border-color css
<style>
span { border-color: #D37CB6; }
span { border-color: rgb(211,124,182); }
td.TdClassName
{
border-color: #D37CB6;
}
.TagClassName
{
border-color: #D37CB6;
}
</style>