Shades of Persian Pink #D975B0
Tints of Persian Pink #D975B0
RGB
CMYK
RGB Variations
Color information
#D975B0 (or 0xD975B0) is known color: Persian Pink. HEX triplet: D9, 75 and B0. RGB value is (217,117,176). Sum of RGB (Red+Green+Blue) = 217+117+176=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 176 (69.14% from 255 or 34.51% from 510); Max value from RGB is 217 - color contains mainly: red. Hex color #D975B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D975B0 is #268A4F. Grayscale: #999999. Windows color (decimal): -2525776 or 11564505. OLE color: 11564505.
HSL color Cylindrical-coordinate representation of color #D975B0: hue angle of 324.6º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D975B0 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 117 | 176 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.15 |
| HSL | 324.6º | 0.57% | 0.65% | - |
| HSV(B) | 324.6º | 0.46% | 0.85% | - |
| XYZ | 42.81 | 30.61 | 44.73 | - |
| YUV | 153.63 | 140.63 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 117 | 176 | 0 | 0.46 | 0.19 | 0.15 | 324.6 | 0.57 | 0.65 |
| Hex | D9 | 75 | B0 | 0 | 2E | 13 | F | 145 | 39 | 41 |
| Octal | 331 | 165 | 260 | 0 | 56 | 23 | 17 | 505 | 71 | 101 |
| Binary | 11011001 | 1110101 | 10110000 | 0 | 101110 | 10011 | 1111 | 101000101 | 111001 | 1000001 |
Color Harmonies of #D975B0
Complementary color
Monochromatic Colors of #D975B0
Black with #D975B0
Text Example
Text Example
White with #D975B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D975B0; }
p { color: rgb(217,117,176); }
H1.HeaderClassName
{
color: #D975B0;
}
.AnyTagClassName
{
color: #D975B0;
}
</style>
background-color css
<style>
a { background-color: #D975B0; }
a { background-color: rgb(217,117,176); }
div.DivClassName
{
background-color: #D975B0;
}
.BgClassName
{
background-color: #D975B0;
}
</style>
border-color css
<style>
span { border-color: #D975B0; }
span { border-color: rgb(217,117,176); }
td.TdClassName
{
border-color: #D975B0;
}
.TagClassName
{
border-color: #D975B0;
}
</style>