Shades of Persian Pink #D780BB
Tints of Persian Pink #D780BB
RGB
CMYK
RGB Variations
Color information
#D780BB (or 0xD780BB) is known color: Persian Pink. HEX triplet: D7, 80 and BB. RGB value is (215,128,187). Sum of RGB (Red+Green+Blue) = 215+128+187=530 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.57% from 530); Green value is 128 (50.39% from 255 or 24.15% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 215 - color contains mainly: red. Hex color #D780BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D780BB is #287F44. Grayscale: #A0A0A0. Windows color (decimal): -2654021 or 12288215. OLE color: 12288215.
HSL color Cylindrical-coordinate representation of color #D780BB: hue angle of 319.31º 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 #D780BB is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 128 | 187 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.16 |
| HSL | 319.31º | 0.52% | 0.67% | - |
| HSV(B) | 319.31º | 0.4% | 0.84% | - |
| XYZ | 44.71 | 33.47 | 51.12 | - |
| YUV | 160.74 | 142.82 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 128 | 187 | 0 | 0.40 | 0.13 | 0.16 | 319.31 | 0.52 | 0.67 |
| Hex | D7 | 80 | BB | 0 | 28 | D | 10 | 13F | 34 | 43 |
| Octal | 327 | 200 | 273 | 0 | 50 | 15 | 20 | 477 | 64 | 103 |
| Binary | 11010111 | 10000000 | 10111011 | 0 | 101000 | 1101 | 10000 | 100111111 | 110100 | 1000011 |
Color Harmonies of #D780BB
Complementary color
Monochromatic Colors of #D780BB
Black with #D780BB
Text Example
Text Example
White with #D780BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D780BB; }
p { color: rgb(215,128,187); }
H1.HeaderClassName
{
color: #D780BB;
}
.AnyTagClassName
{
color: #D780BB;
}
</style>
background-color css
<style>
a { background-color: #D780BB; }
a { background-color: rgb(215,128,187); }
div.DivClassName
{
background-color: #D780BB;
}
.BgClassName
{
background-color: #D780BB;
}
</style>
border-color css
<style>
span { border-color: #D780BB; }
span { border-color: rgb(215,128,187); }
td.TdClassName
{
border-color: #D780BB;
}
.TagClassName
{
border-color: #D780BB;
}
</style>