Shades of Lavender Rose #FF9DDB
Tints of Lavender Rose #FF9DDB
RGB
CMYK
RGB Variations
Color information
#FF9DDB (or 0xFF9DDB) is known color: Lavender Rose. HEX triplet: FF, 9D and DB. RGB value is (255,157,219). Sum of RGB (Red+Green+Blue) = 255+157+219=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 157 (61.72% from 255 or 24.88% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9DDB is #006224. Grayscale: #C1C1C1. Windows color (decimal): -25125 or 14392831. OLE color: 14392831.
HSL color Cylindrical-coordinate representation of color #FF9DDB: hue angle of 322.04º 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 #FF9DDB is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 219 | - |
| CMYK | 0 | 0.38 | 0.14 | 0 |
| HSL | 322.04º | 1% | 0.81% | - |
| HSV(B) | 322.04º | 0.38% | 1% | - |
| XYZ | 66.08 | 50.49 | 73.28 | - |
| YUV | 193.37 | 142.47 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 219 | 0 | 0.38 | 0.14 | 0 | 322.04 | 1 | 0.81 |
| Hex | FF | 9D | DB | 0 | 26 | E | 0 | 142 | 64 | 51 |
| Octal | 377 | 235 | 333 | 0 | 46 | 16 | 0 | 502 | 144 | 121 |
| Binary | 11111111 | 10011101 | 11011011 | 0 | 100110 | 1110 | 0 | 101000010 | 1100100 | 1010001 |
Color Harmonies of #FF9DDB
Complementary color
Monochromatic Colors of #FF9DDB
Black with #FF9DDB
Text Example
Text Example
White with #FF9DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9DDB; }
p { color: rgb(255,157,219); }
H1.HeaderClassName
{
color: #FF9DDB;
}
.AnyTagClassName
{
color: #FF9DDB;
}
</style>
background-color css
<style>
a { background-color: #FF9DDB; }
a { background-color: rgb(255,157,219); }
div.DivClassName
{
background-color: #FF9DDB;
}
.BgClassName
{
background-color: #FF9DDB;
}
</style>
border-color css
<style>
span { border-color: #FF9DDB; }
span { border-color: rgb(255,157,219); }
td.TdClassName
{
border-color: #FF9DDB;
}
.TagClassName
{
border-color: #FF9DDB;
}
</style>