Shades of Persian Pink #D672B5
Tints of Persian Pink #D672B5
RGB
CMYK
RGB Variations
Color information
#D672B5 (or 0xD672B5) is known color: Persian Pink. HEX triplet: D6, 72 and B5. RGB value is (214,114,181). Sum of RGB (Red+Green+Blue) = 214+114+181=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D672B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D672B5 is #298D4A. Grayscale: #979797. Windows color (decimal): -2723147 or 11891414. OLE color: 11891414.
HSL color Cylindrical-coordinate representation of color #D672B5: hue angle of 319.8º 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 #D672B5 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 114 | 181 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.16 |
| HSL | 319.8º | 0.55% | 0.64% | - |
| HSV(B) | 319.8º | 0.47% | 0.84% | - |
| XYZ | 42.09 | 29.67 | 47.22 | - |
| YUV | 151.54 | 144.63 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 114 | 181 | 0 | 0.47 | 0.15 | 0.16 | 319.8 | 0.55 | 0.64 |
| Hex | D6 | 72 | B5 | 0 | 2F | F | 10 | 140 | 37 | 40 |
| Octal | 326 | 162 | 265 | 0 | 57 | 17 | 20 | 500 | 67 | 100 |
| Binary | 11010110 | 1110010 | 10110101 | 0 | 101111 | 1111 | 10000 | 101000000 | 110111 | 1000000 |
Color Harmonies of #D672B5
Complementary color
Monochromatic Colors of #D672B5
Black with #D672B5
Text Example
Text Example
White with #D672B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D672B5; }
p { color: rgb(214,114,181); }
H1.HeaderClassName
{
color: #D672B5;
}
.AnyTagClassName
{
color: #D672B5;
}
</style>
background-color css
<style>
a { background-color: #D672B5; }
a { background-color: rgb(214,114,181); }
div.DivClassName
{
background-color: #D672B5;
}
.BgClassName
{
background-color: #D672B5;
}
</style>
border-color css
<style>
span { border-color: #D672B5; }
span { border-color: rgb(214,114,181); }
td.TdClassName
{
border-color: #D672B5;
}
.TagClassName
{
border-color: #D672B5;
}
</style>