Shades of Persian Pink #D27AB5
Tints of Persian Pink #D27AB5
RGB
CMYK
RGB Variations
Color information
#D27AB5 (or 0xD27AB5) is known color: Persian Pink. HEX triplet: D2, 7A and B5. RGB value is (210,122,181). Sum of RGB (Red+Green+Blue) = 210+122+181=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 122 (48.05% from 255 or 23.78% from 513); Blue value is 181 (71.09% from 255 or 35.28% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D27AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27AB5 is #2D854A. Grayscale: #9A9A9A. Windows color (decimal): -2983243 or 11893458. OLE color: 11893458.
HSL color Cylindrical-coordinate representation of color #D27AB5: hue angle of 319.77º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D27AB5 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 181 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.18 |
| HSL | 319.77º | 0.49% | 0.65% | - |
| HSV(B) | 319.77º | 0.42% | 0.82% | - |
| XYZ | 41.88 | 30.96 | 47.48 | - |
| YUV | 155.04 | 142.65 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 181 | 0 | 0.42 | 0.14 | 0.18 | 319.77 | 0.49 | 0.65 |
| Hex | D2 | 7A | B5 | 0 | 2A | E | 12 | 140 | 31 | 41 |
| Octal | 322 | 172 | 265 | 0 | 52 | 16 | 22 | 500 | 61 | 101 |
| Binary | 11010010 | 1111010 | 10110101 | 0 | 101010 | 1110 | 10010 | 101000000 | 110001 | 1000001 |
Color Harmonies of #D27AB5
Complementary color
Monochromatic Colors of #D27AB5
Black with #D27AB5
Text Example
Text Example
White with #D27AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27AB5; }
p { color: rgb(210,122,181); }
H1.HeaderClassName
{
color: #D27AB5;
}
.AnyTagClassName
{
color: #D27AB5;
}
</style>
background-color css
<style>
a { background-color: #D27AB5; }
a { background-color: rgb(210,122,181); }
div.DivClassName
{
background-color: #D27AB5;
}
.BgClassName
{
background-color: #D27AB5;
}
</style>
border-color css
<style>
span { border-color: #D27AB5; }
span { border-color: rgb(210,122,181); }
td.TdClassName
{
border-color: #D27AB5;
}
.TagClassName
{
border-color: #D27AB5;
}
</style>