Shades of Persian Pink #D96AB3
Tints of Persian Pink #D96AB3
RGB
CMYK
RGB Variations
Color information
#D96AB3 (or 0xD96AB3) is known color: Persian Pink. HEX triplet: D9, 6A and B3. RGB value is (217,106,179). Sum of RGB (Red+Green+Blue) = 217+106+179=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 106 (41.80% from 255 or 21.12% from 502); Blue value is 179 (70.31% from 255 or 35.66% from 502); Max value from RGB is 217 - color contains mainly: red. Hex color #D96AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96AB3 is #26954C. Grayscale: #939393. Windows color (decimal): -2528589 or 11758297. OLE color: 11758297.
HSL color Cylindrical-coordinate representation of color #D96AB3: hue angle of 320.54º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96AB3 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 179 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.15 |
| HSL | 320.54º | 0.59% | 0.63% | - |
| HSV(B) | 320.54º | 0.51% | 0.85% | - |
| XYZ | 41.91 | 28.31 | 45.9 | - |
| YUV | 147.51 | 145.77 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 179 | 0 | 0.51 | 0.18 | 0.15 | 320.54 | 0.59 | 0.63 |
| Hex | D9 | 6A | B3 | 0 | 33 | 12 | F | 141 | 3B | 3F |
| Octal | 331 | 152 | 263 | 0 | 63 | 22 | 17 | 501 | 73 | 77 |
| Binary | 11011001 | 1101010 | 10110011 | 0 | 110011 | 10010 | 1111 | 101000001 | 111011 | 111111 |
Color Harmonies of #D96AB3
Complementary color
Monochromatic Colors of #D96AB3
Black with #D96AB3
Text Example
Text Example
White with #D96AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96AB3; }
p { color: rgb(217,106,179); }
H1.HeaderClassName
{
color: #D96AB3;
}
.AnyTagClassName
{
color: #D96AB3;
}
</style>
background-color css
<style>
a { background-color: #D96AB3; }
a { background-color: rgb(217,106,179); }
div.DivClassName
{
background-color: #D96AB3;
}
.BgClassName
{
background-color: #D96AB3;
}
</style>
border-color css
<style>
span { border-color: #D96AB3; }
span { border-color: rgb(217,106,179); }
td.TdClassName
{
border-color: #D96AB3;
}
.TagClassName
{
border-color: #D96AB3;
}
</style>