Shades of Persian Rose #D82AAC
Tints of Persian Rose #D82AAC
RGB
CMYK
RGB Variations
Color information
#D82AAC (or 0xD82AAC) is known color: Persian Rose. HEX triplet: D8, 2A and AC. RGB value is (216,42,172). Sum of RGB (Red+Green+Blue) = 216+42+172=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 42 (16.80% from 255 or 9.77% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D82AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82AAC is #27D553. Grayscale: #6C6C6C. Windows color (decimal): -2610516 or 11283160. OLE color: 11283160.
HSL color Cylindrical-coordinate representation of color #D82AAC: hue angle of 315.17º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D82AAC is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 42 | 172 | - |
| CMYK | 0 | 0.81 | 0.20 | 0.15 |
| HSL | 315.17º | 0.69% | 0.51% | - |
| HSV(B) | 315.17º | 0.81% | 0.85% | - |
| XYZ | 36.59 | 19.23 | 40.81 | - |
| YUV | 108.85 | 163.65 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 42 | 172 | 0 | 0.81 | 0.20 | 0.15 | 315.17 | 0.69 | 0.51 |
| Hex | D8 | 2A | AC | 0 | 51 | 14 | F | 13B | 45 | 33 |
| Octal | 330 | 52 | 254 | 0 | 121 | 24 | 17 | 473 | 105 | 63 |
| Binary | 11011000 | 101010 | 10101100 | 0 | 1010001 | 10100 | 1111 | 100111011 | 1000101 | 110011 |
Color Harmonies of #D82AAC
Complementary color
Monochromatic Colors of #D82AAC
Black with #D82AAC
Text Example
Text Example
White with #D82AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82AAC; }
p { color: rgb(216,42,172); }
H1.HeaderClassName
{
color: #D82AAC;
}
.AnyTagClassName
{
color: #D82AAC;
}
</style>
background-color css
<style>
a { background-color: #D82AAC; }
a { background-color: rgb(216,42,172); }
div.DivClassName
{
background-color: #D82AAC;
}
.BgClassName
{
background-color: #D82AAC;
}
</style>
border-color css
<style>
span { border-color: #D82AAC; }
span { border-color: rgb(216,42,172); }
td.TdClassName
{
border-color: #D82AAC;
}
.TagClassName
{
border-color: #D82AAC;
}
</style>