Shades of Persian Pink #D781BE
Tints of Persian Pink #D781BE
RGB
CMYK
RGB Variations
Color information
#D781BE (or 0xD781BE) is known color: Persian Pink. HEX triplet: D7, 81 and BE. RGB value is (215,129,190). Sum of RGB (Red+Green+Blue) = 215+129+190=534 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.26% from 534); Green value is 129 (50.78% from 255 or 24.16% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 215 - color contains mainly: red. Hex color #D781BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D781BE is #287E41. Grayscale: #A1A1A1. Windows color (decimal): -2653762 or 12485079. OLE color: 12485079.
HSL color Cylindrical-coordinate representation of color #D781BE: hue angle of 317.44º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D781BE is Cyan = 0, Magento = 0.4, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 129 | 190 | - |
| CMYK | 0 | 0.4 | 0.12 | 0.16 |
| HSL | 317.44º | 0.52% | 0.67% | - |
| HSV(B) | 317.44º | 0.4% | 0.84% | - |
| XYZ | 45.17 | 33.87 | 52.87 | - |
| YUV | 161.67 | 143.99 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 129 | 190 | 0 | 0.4 | 0.12 | 0.16 | 317.44 | 0.52 | 0.67 |
| Hex | D7 | 81 | BE | 0 | 28 | C | 10 | 13D | 34 | 43 |
| Octal | 327 | 201 | 276 | 0 | 50 | 14 | 20 | 475 | 64 | 103 |
| Binary | 11010111 | 10000001 | 10111110 | 0 | 101000 | 1100 | 10000 | 100111101 | 110100 | 1000011 |
Color Harmonies of #D781BE
Complementary color
Monochromatic Colors of #D781BE
Black with #D781BE
Text Example
Text Example
White with #D781BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D781BE; }
p { color: rgb(215,129,190); }
H1.HeaderClassName
{
color: #D781BE;
}
.AnyTagClassName
{
color: #D781BE;
}
</style>
background-color css
<style>
a { background-color: #D781BE; }
a { background-color: rgb(215,129,190); }
div.DivClassName
{
background-color: #D781BE;
}
.BgClassName
{
background-color: #D781BE;
}
</style>
border-color css
<style>
span { border-color: #D781BE; }
span { border-color: rgb(215,129,190); }
td.TdClassName
{
border-color: #D781BE;
}
.TagClassName
{
border-color: #D781BE;
}
</style>