Shades of Lavender Rose #FF9DDA
Tints of Lavender Rose #FF9DDA
RGB
CMYK
RGB Variations
Color information
#FF9DDA (or 0xFF9DDA) is known color: Lavender Rose. HEX triplet: FF, 9D and DA. RGB value is (255,157,218). Sum of RGB (Red+Green+Blue) = 255+157+218=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 157 (61.72% from 255 or 24.92% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9DDA is #006225. Grayscale: #C1C1C1. Windows color (decimal): -25126 or 14327295. OLE color: 14327295.
HSL color Cylindrical-coordinate representation of color #FF9DDA: hue angle of 322.65º 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 #FF9DDA is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 218 | - |
| CMYK | 0 | 0.38 | 0.15 | 0 |
| HSL | 322.65º | 1% | 0.81% | - |
| HSV(B) | 322.65º | 0.38% | 1% | - |
| XYZ | 65.95 | 50.44 | 72.59 | - |
| YUV | 193.26 | 141.97 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 218 | 0 | 0.38 | 0.15 | 0 | 322.65 | 1 | 0.81 |
| Hex | FF | 9D | DA | 0 | 26 | F | 0 | 143 | 64 | 51 |
| Octal | 377 | 235 | 332 | 0 | 46 | 17 | 0 | 503 | 144 | 121 |
| Binary | 11111111 | 10011101 | 11011010 | 0 | 100110 | 1111 | 0 | 101000011 | 1100100 | 1010001 |
Color Harmonies of #FF9DDA
Complementary color
Monochromatic Colors of #FF9DDA
Black with #FF9DDA
Text Example
Text Example
White with #FF9DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9DDA; }
p { color: rgb(255,157,218); }
H1.HeaderClassName
{
color: #FF9DDA;
}
.AnyTagClassName
{
color: #FF9DDA;
}
</style>
background-color css
<style>
a { background-color: #FF9DDA; }
a { background-color: rgb(255,157,218); }
div.DivClassName
{
background-color: #FF9DDA;
}
.BgClassName
{
background-color: #FF9DDA;
}
</style>
border-color css
<style>
span { border-color: #FF9DDA; }
span { border-color: rgb(255,157,218); }
td.TdClassName
{
border-color: #FF9DDA;
}
.TagClassName
{
border-color: #FF9DDA;
}
</style>