Shades of Persian Pink #D970B6
Tints of Persian Pink #D970B6
RGB
CMYK
RGB Variations
Color information
#D970B6 (or 0xD970B6) is known color: Persian Pink. HEX triplet: D9, 70 and B6. RGB value is (217,112,182). Sum of RGB (Red+Green+Blue) = 217+112+182=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 112 (44.14% from 255 or 21.92% from 511); Blue value is 182 (71.48% from 255 or 35.62% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D970B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D970B6 is #268F49. Grayscale: #979797. Windows color (decimal): -2527050 or 11956441. OLE color: 11956441.
HSL color Cylindrical-coordinate representation of color #D970B6: hue angle of 320º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D970B6 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 112 | 182 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.15 |
| HSL | 320º | 0.58% | 0.65% | - |
| HSV(B) | 320º | 0.48% | 0.85% | - |
| XYZ | 42.85 | 29.72 | 47.73 | - |
| YUV | 151.38 | 145.29 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 112 | 182 | 0 | 0.48 | 0.16 | 0.15 | 320 | 0.58 | 0.65 |
| Hex | D9 | 70 | B6 | 0 | 30 | 10 | F | 140 | 3A | 41 |
| Octal | 331 | 160 | 266 | 0 | 60 | 20 | 17 | 500 | 72 | 101 |
| Binary | 11011001 | 1110000 | 10110110 | 0 | 110000 | 10000 | 1111 | 101000000 | 111010 | 1000001 |
Color Harmonies of #D970B6
Complementary color
Monochromatic Colors of #D970B6
Black with #D970B6
Text Example
Text Example
White with #D970B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D970B6; }
p { color: rgb(217,112,182); }
H1.HeaderClassName
{
color: #D970B6;
}
.AnyTagClassName
{
color: #D970B6;
}
</style>
background-color css
<style>
a { background-color: #D970B6; }
a { background-color: rgb(217,112,182); }
div.DivClassName
{
background-color: #D970B6;
}
.BgClassName
{
background-color: #D970B6;
}
</style>
border-color css
<style>
span { border-color: #D970B6; }
span { border-color: rgb(217,112,182); }
td.TdClassName
{
border-color: #D970B6;
}
.TagClassName
{
border-color: #D970B6;
}
</style>