Shades of Persian Pink #D96CB7
Tints of Persian Pink #D96CB7
RGB
CMYK
RGB Variations
Color information
#D96CB7 (or 0xD96CB7) is known color: Persian Pink. HEX triplet: D9, 6C and B7. RGB value is (217,108,183). Sum of RGB (Red+Green+Blue) = 217+108+183=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 108 (42.58% from 255 or 21.26% from 508); Blue value is 183 (71.88% from 255 or 36.02% from 508); Max value from RGB is 217 - color contains mainly: red. Hex color #D96CB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96CB7 is #269348. Grayscale: #949494. Windows color (decimal): -2528073 or 12020953. OLE color: 12020953.
HSL color Cylindrical-coordinate representation of color #D96CB7: hue angle of 318.72º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D96CB7 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 108 | 183 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.15 |
| HSL | 318.72º | 0.59% | 0.64% | - |
| HSV(B) | 318.72º | 0.5% | 0.85% | - |
| XYZ | 42.53 | 28.9 | 48.14 | - |
| YUV | 149.14 | 147.11 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 108 | 183 | 0 | 0.50 | 0.16 | 0.15 | 318.72 | 0.59 | 0.64 |
| Hex | D9 | 6C | B7 | 0 | 32 | 10 | F | 13F | 3B | 40 |
| Octal | 331 | 154 | 267 | 0 | 62 | 20 | 17 | 477 | 73 | 100 |
| Binary | 11011001 | 1101100 | 10110111 | 0 | 110010 | 10000 | 1111 | 100111111 | 111011 | 1000000 |
Color Harmonies of #D96CB7
Complementary color
Monochromatic Colors of #D96CB7
Black with #D96CB7
Text Example
Text Example
White with #D96CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96CB7; }
p { color: rgb(217,108,183); }
H1.HeaderClassName
{
color: #D96CB7;
}
.AnyTagClassName
{
color: #D96CB7;
}
</style>
background-color css
<style>
a { background-color: #D96CB7; }
a { background-color: rgb(217,108,183); }
div.DivClassName
{
background-color: #D96CB7;
}
.BgClassName
{
background-color: #D96CB7;
}
</style>
border-color css
<style>
span { border-color: #D96CB7; }
span { border-color: rgb(217,108,183); }
td.TdClassName
{
border-color: #D96CB7;
}
.TagClassName
{
border-color: #D96CB7;
}
</style>