Shades of Persian Pink #D97DB4
Tints of Persian Pink #D97DB4
RGB
CMYK
RGB Variations
Color information
#D97DB4 (or 0xD97DB4) is known color: Persian Pink. HEX triplet: D9, 7D and B4. RGB value is (217,125,180). Sum of RGB (Red+Green+Blue) = 217+125+180=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 125 (49.22% from 255 or 23.95% from 522); Blue value is 180 (70.70% from 255 or 34.48% from 522); Max value from RGB is 217 - color contains mainly: red. Hex color #D97DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97DB4 is #26824B. Grayscale: #9E9E9E. Windows color (decimal): -2523724 or 11828697. OLE color: 11828697.
HSL color Cylindrical-coordinate representation of color #D97DB4: hue angle of 324.13º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D97DB4 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 125 | 180 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.15 |
| HSL | 324.13º | 0.55% | 0.67% | - |
| HSV(B) | 324.13º | 0.42% | 0.85% | - |
| XYZ | 44.19 | 32.71 | 47.17 | - |
| YUV | 158.78 | 139.98 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 125 | 180 | 0 | 0.42 | 0.17 | 0.15 | 324.13 | 0.55 | 0.67 |
| Hex | D9 | 7D | B4 | 0 | 2A | 11 | F | 144 | 37 | 43 |
| Octal | 331 | 175 | 264 | 0 | 52 | 21 | 17 | 504 | 67 | 103 |
| Binary | 11011001 | 1111101 | 10110100 | 0 | 101010 | 10001 | 1111 | 101000100 | 110111 | 1000011 |
Color Harmonies of #D97DB4
Complementary color
Monochromatic Colors of #D97DB4
Black with #D97DB4
Text Example
Text Example
White with #D97DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97DB4; }
p { color: rgb(217,125,180); }
H1.HeaderClassName
{
color: #D97DB4;
}
.AnyTagClassName
{
color: #D97DB4;
}
</style>
background-color css
<style>
a { background-color: #D97DB4; }
a { background-color: rgb(217,125,180); }
div.DivClassName
{
background-color: #D97DB4;
}
.BgClassName
{
background-color: #D97DB4;
}
</style>
border-color css
<style>
span { border-color: #D97DB4; }
span { border-color: rgb(217,125,180); }
td.TdClassName
{
border-color: #D97DB4;
}
.TagClassName
{
border-color: #D97DB4;
}
</style>