Shades of Lavender Rose #FF9DDD
Tints of Lavender Rose #FF9DDD
RGB
CMYK
RGB Variations
Color information
#FF9DDD (or 0xFF9DDD) is known color: Lavender Rose. HEX triplet: FF, 9D and DD. RGB value is (255,157,221). Sum of RGB (Red+Green+Blue) = 255+157+221=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 157 (61.72% from 255 or 24.80% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9DDD is #006222. Grayscale: #C1C1C1. Windows color (decimal): -25123 or 14523903. OLE color: 14523903.
HSL color Cylindrical-coordinate representation of color #FF9DDD: hue angle of 320.82º 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 #FF9DDD is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 221 | - |
| CMYK | 0 | 0.38 | 0.13 | 0 |
| HSL | 320.82º | 1% | 0.81% | - |
| HSV(B) | 320.82º | 0.38% | 1% | - |
| XYZ | 66.35 | 50.59 | 74.68 | - |
| YUV | 193.6 | 143.47 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 221 | 0 | 0.38 | 0.13 | 0 | 320.82 | 1 | 0.81 |
| Hex | FF | 9D | DD | 0 | 26 | D | 0 | 141 | 64 | 51 |
| Octal | 377 | 235 | 335 | 0 | 46 | 15 | 0 | 501 | 144 | 121 |
| Binary | 11111111 | 10011101 | 11011101 | 0 | 100110 | 1101 | 0 | 101000001 | 1100100 | 1010001 |
Color Harmonies of #FF9DDD
Complementary color
Monochromatic Colors of #FF9DDD
Black with #FF9DDD
Text Example
Text Example
White with #FF9DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9DDD; }
p { color: rgb(255,157,221); }
H1.HeaderClassName
{
color: #FF9DDD;
}
.AnyTagClassName
{
color: #FF9DDD;
}
</style>
background-color css
<style>
a { background-color: #FF9DDD; }
a { background-color: rgb(255,157,221); }
div.DivClassName
{
background-color: #FF9DDD;
}
.BgClassName
{
background-color: #FF9DDD;
}
</style>
border-color css
<style>
span { border-color: #FF9DDD; }
span { border-color: rgb(255,157,221); }
td.TdClassName
{
border-color: #FF9DDD;
}
.TagClassName
{
border-color: #FF9DDD;
}
</style>