Shades of Persian Pink #D672B7
Tints of Persian Pink #D672B7
RGB
CMYK
RGB Variations
Color information
#D672B7 (or 0xD672B7) is known color: Persian Pink. HEX triplet: D6, 72 and B7. RGB value is (214,114,183). Sum of RGB (Red+Green+Blue) = 214+114+183=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 114 (44.92% from 255 or 22.31% from 511); Blue value is 183 (71.88% from 255 or 35.81% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D672B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D672B7 is #298D48. Grayscale: #979797. Windows color (decimal): -2723145 or 12022486. OLE color: 12022486.
HSL color Cylindrical-coordinate representation of color #D672B7: hue angle of 318.6º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D672B7 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 114 | 183 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.16 |
| HSL | 318.6º | 0.55% | 0.64% | - |
| HSV(B) | 318.6º | 0.47% | 0.84% | - |
| XYZ | 42.3 | 29.75 | 48.31 | - |
| YUV | 151.77 | 145.63 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 114 | 183 | 0 | 0.47 | 0.14 | 0.16 | 318.6 | 0.55 | 0.64 |
| Hex | D6 | 72 | B7 | 0 | 2F | E | 10 | 13F | 37 | 40 |
| Octal | 326 | 162 | 267 | 0 | 57 | 16 | 20 | 477 | 67 | 100 |
| Binary | 11010110 | 1110010 | 10110111 | 0 | 101111 | 1110 | 10000 | 100111111 | 110111 | 1000000 |
Color Harmonies of #D672B7
Complementary color
Monochromatic Colors of #D672B7
Black with #D672B7
Text Example
Text Example
White with #D672B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D672B7; }
p { color: rgb(214,114,183); }
H1.HeaderClassName
{
color: #D672B7;
}
.AnyTagClassName
{
color: #D672B7;
}
</style>
background-color css
<style>
a { background-color: #D672B7; }
a { background-color: rgb(214,114,183); }
div.DivClassName
{
background-color: #D672B7;
}
.BgClassName
{
background-color: #D672B7;
}
</style>
border-color css
<style>
span { border-color: #D672B7; }
span { border-color: rgb(214,114,183); }
td.TdClassName
{
border-color: #D672B7;
}
.TagClassName
{
border-color: #D672B7;
}
</style>