Shades of Lavender Pink #FF9DD4
Tints of Lavender Pink #FF9DD4
RGB
CMYK
RGB Variations
Color information
#FF9DD4 (or 0xFF9DD4) is known color: Lavender Pink. HEX triplet: FF, 9D and D4. RGB value is (255,157,212). Sum of RGB (Red+Green+Blue) = 255+157+212=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 157 (61.72% from 255 or 25.16% from 624); Blue value is 212 (83.20% from 255 or 33.97% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9DD4 is #00622B. Grayscale: #C0C0C0. Windows color (decimal): -25132 or 13934079. OLE color: 13934079.
HSL color Cylindrical-coordinate representation of color #FF9DD4: hue angle of 326.33º 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 #FF9DD4 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 212 | - |
| CMYK | 0 | 0.38 | 0.17 | 0 |
| HSL | 326.33º | 1% | 0.81% | - |
| HSV(B) | 326.33º | 0.38% | 1% | - |
| XYZ | 65.18 | 50.13 | 68.53 | - |
| YUV | 192.57 | 138.97 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 212 | 0 | 0.38 | 0.17 | 0 | 326.33 | 1 | 0.81 |
| Hex | FF | 9D | D4 | 0 | 26 | 11 | 0 | 146 | 64 | 51 |
| Octal | 377 | 235 | 324 | 0 | 46 | 21 | 0 | 506 | 144 | 121 |
| Binary | 11111111 | 10011101 | 11010100 | 0 | 100110 | 10001 | 0 | 101000110 | 1100100 | 1010001 |
Color Harmonies of #FF9DD4
Complementary color
Monochromatic Colors of #FF9DD4
Black with #FF9DD4
Text Example
Text Example
White with #FF9DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9DD4; }
p { color: rgb(255,157,212); }
H1.HeaderClassName
{
color: #FF9DD4;
}
.AnyTagClassName
{
color: #FF9DD4;
}
</style>
background-color css
<style>
a { background-color: #FF9DD4; }
a { background-color: rgb(255,157,212); }
div.DivClassName
{
background-color: #FF9DD4;
}
.BgClassName
{
background-color: #FF9DD4;
}
</style>
border-color css
<style>
span { border-color: #FF9DD4; }
span { border-color: rgb(255,157,212); }
td.TdClassName
{
border-color: #FF9DD4;
}
.TagClassName
{
border-color: #FF9DD4;
}
</style>