Shades of Lavender Rose #FF9DD8
Tints of Lavender Rose #FF9DD8
RGB
CMYK
RGB Variations
Color information
#FF9DD8 (or 0xFF9DD8) is known color: Lavender Rose. HEX triplet: FF, 9D and D8. RGB value is (255,157,216). Sum of RGB (Red+Green+Blue) = 255+157+216=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 157 (61.72% from 255 or 25% from 628); Blue value is 216 (84.77% from 255 or 34.39% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9DD8 is #006227. Grayscale: #C0C0C0. Windows color (decimal): -25128 or 14196223. OLE color: 14196223.
HSL color Cylindrical-coordinate representation of color #FF9DD8: hue angle of 323.88º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FF9DD8 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 216 | - |
| CMYK | 0 | 0.38 | 0.15 | 0 |
| HSL | 323.88º | 1% | 0.81% | - |
| HSV(B) | 323.88º | 0.38% | 1% | - |
| XYZ | 65.69 | 50.33 | 71.22 | - |
| YUV | 193.03 | 140.97 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 216 | 0 | 0.38 | 0.15 | 0 | 323.88 | 1 | 0.81 |
| Hex | FF | 9D | D8 | 0 | 26 | F | 0 | 144 | 64 | 51 |
| Octal | 377 | 235 | 330 | 0 | 46 | 17 | 0 | 504 | 144 | 121 |
| Binary | 11111111 | 10011101 | 11011000 | 0 | 100110 | 1111 | 0 | 101000100 | 1100100 | 1010001 |
Color Harmonies of #FF9DD8
Complementary color
Monochromatic Colors of #FF9DD8
Black with #FF9DD8
Text Example
Text Example
White with #FF9DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9DD8; }
p { color: rgb(255,157,216); }
H1.HeaderClassName
{
color: #FF9DD8;
}
.AnyTagClassName
{
color: #FF9DD8;
}
</style>
background-color css
<style>
a { background-color: #FF9DD8; }
a { background-color: rgb(255,157,216); }
div.DivClassName
{
background-color: #FF9DD8;
}
.BgClassName
{
background-color: #FF9DD8;
}
</style>
border-color css
<style>
span { border-color: #FF9DD8; }
span { border-color: rgb(255,157,216); }
td.TdClassName
{
border-color: #FF9DD8;
}
.TagClassName
{
border-color: #FF9DD8;
}
</style>