Shades of Persian Pink #D278B5
Tints of Persian Pink #D278B5
RGB
CMYK
RGB Variations
Color information
#D278B5 (or 0xD278B5) is known color: Persian Pink. HEX triplet: D2, 78 and B5. RGB value is (210,120,181). Sum of RGB (Red+Green+Blue) = 210+120+181=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 120 (47.27% from 255 or 23.48% from 511); Blue value is 181 (71.09% from 255 or 35.42% from 511); Max value from RGB is 210 - color contains mainly: red. Hex color #D278B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D278B5 is #2D874A. Grayscale: #999999. Windows color (decimal): -2983755 or 11892946. OLE color: 11892946.
HSL color Cylindrical-coordinate representation of color #D278B5: hue angle of 319.33º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D278B5 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 120 | 181 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.18 |
| HSL | 319.33º | 0.5% | 0.65% | - |
| HSV(B) | 319.33º | 0.43% | 0.82% | - |
| XYZ | 41.64 | 30.47 | 47.4 | - |
| YUV | 153.86 | 143.32 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 120 | 181 | 0 | 0.43 | 0.14 | 0.18 | 319.33 | 0.5 | 0.65 |
| Hex | D2 | 78 | B5 | 0 | 2B | E | 12 | 13F | 32 | 41 |
| Octal | 322 | 170 | 265 | 0 | 53 | 16 | 22 | 477 | 62 | 101 |
| Binary | 11010010 | 1111000 | 10110101 | 0 | 101011 | 1110 | 10010 | 100111111 | 110010 | 1000001 |
Color Harmonies of #D278B5
Complementary color
Monochromatic Colors of #D278B5
Black with #D278B5
Text Example
Text Example
White with #D278B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D278B5; }
p { color: rgb(210,120,181); }
H1.HeaderClassName
{
color: #D278B5;
}
.AnyTagClassName
{
color: #D278B5;
}
</style>
background-color css
<style>
a { background-color: #D278B5; }
a { background-color: rgb(210,120,181); }
div.DivClassName
{
background-color: #D278B5;
}
.BgClassName
{
background-color: #D278B5;
}
</style>
border-color css
<style>
span { border-color: #D278B5; }
span { border-color: rgb(210,120,181); }
td.TdClassName
{
border-color: #D278B5;
}
.TagClassName
{
border-color: #D278B5;
}
</style>