Shades of Persian Rose #D928AB
Tints of Persian Rose #D928AB
RGB
CMYK
RGB Variations
Color information
#D928AB (or 0xD928AB) is known color: Persian Rose. HEX triplet: D9, 28 and AB. RGB value is (217,40,171). Sum of RGB (Red+Green+Blue) = 217+40+171=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 40 (16.02% from 255 or 9.35% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D928AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D928AB is #26D754. Grayscale: #6B6B6B. Windows color (decimal): -2545493 or 11217113. OLE color: 11217113.
HSL color Cylindrical-coordinate representation of color #D928AB: hue angle of 315.59º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D928AB is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 40 | 171 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.15 |
| HSL | 315.59º | 0.7% | 0.5% | - |
| HSV(B) | 315.59º | 0.82% | 0.85% | - |
| XYZ | 36.72 | 19.21 | 40.3 | - |
| YUV | 107.86 | 163.64 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 40 | 171 | 0 | 0.82 | 0.21 | 0.15 | 315.59 | 0.7 | 0.5 |
| Hex | D9 | 28 | AB | 0 | 52 | 15 | F | 13C | 46 | 32 |
| Octal | 331 | 50 | 253 | 0 | 122 | 25 | 17 | 474 | 106 | 62 |
| Binary | 11011001 | 101000 | 10101011 | 0 | 1010010 | 10101 | 1111 | 100111100 | 1000110 | 110010 |
Color Harmonies of #D928AB
Complementary color
Monochromatic Colors of #D928AB
Black with #D928AB
Text Example
Text Example
White with #D928AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D928AB; }
p { color: rgb(217,40,171); }
H1.HeaderClassName
{
color: #D928AB;
}
.AnyTagClassName
{
color: #D928AB;
}
</style>
background-color css
<style>
a { background-color: #D928AB; }
a { background-color: rgb(217,40,171); }
div.DivClassName
{
background-color: #D928AB;
}
.BgClassName
{
background-color: #D928AB;
}
</style>
border-color css
<style>
span { border-color: #D928AB; }
span { border-color: rgb(217,40,171); }
td.TdClassName
{
border-color: #D928AB;
}
.TagClassName
{
border-color: #D928AB;
}
</style>