Shades of Lavender Pink #FF9DD3
Tints of Lavender Pink #FF9DD3
RGB
CMYK
RGB Variations
Color information
#FF9DD3 (or 0xFF9DD3) is known color: Lavender Pink. HEX triplet: FF, 9D and D3. RGB value is (255,157,211). Sum of RGB (Red+Green+Blue) = 255+157+211=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 157 (61.72% from 255 or 25.20% from 623); Blue value is 211 (82.81% from 255 or 33.87% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9DD3 is #00622C. Grayscale: #C0C0C0. Windows color (decimal): -25133 or 13868543. OLE color: 13868543.
HSL color Cylindrical-coordinate representation of color #FF9DD3: hue angle of 326.94º 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 #FF9DD3 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 211 | - |
| CMYK | 0 | 0.38 | 0.17 | 0 |
| HSL | 326.94º | 1% | 0.81% | - |
| HSV(B) | 326.94º | 0.38% | 1% | - |
| XYZ | 65.05 | 50.08 | 67.87 | - |
| YUV | 192.46 | 138.47 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 211 | 0 | 0.38 | 0.17 | 0 | 326.94 | 1 | 0.81 |
| Hex | FF | 9D | D3 | 0 | 26 | 11 | 0 | 147 | 64 | 51 |
| Octal | 377 | 235 | 323 | 0 | 46 | 21 | 0 | 507 | 144 | 121 |
| Binary | 11111111 | 10011101 | 11010011 | 0 | 100110 | 10001 | 0 | 101000111 | 1100100 | 1010001 |
Color Harmonies of #FF9DD3
Complementary color
Monochromatic Colors of #FF9DD3
Black with #FF9DD3
Text Example
Text Example
White with #FF9DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9DD3; }
p { color: rgb(255,157,211); }
H1.HeaderClassName
{
color: #FF9DD3;
}
.AnyTagClassName
{
color: #FF9DD3;
}
</style>
background-color css
<style>
a { background-color: #FF9DD3; }
a { background-color: rgb(255,157,211); }
div.DivClassName
{
background-color: #FF9DD3;
}
.BgClassName
{
background-color: #FF9DD3;
}
</style>
border-color css
<style>
span { border-color: #FF9DD3; }
span { border-color: rgb(255,157,211); }
td.TdClassName
{
border-color: #FF9DD3;
}
.TagClassName
{
border-color: #FF9DD3;
}
</style>