Shades of Lavender Rose #FF93DD
Tints of Lavender Rose #FF93DD
RGB
CMYK
RGB Variations
Color information
#FF93DD (or 0xFF93DD) is known color: Lavender Rose. HEX triplet: FF, 93 and DD. RGB value is (255,147,221). Sum of RGB (Red+Green+Blue) = 255+147+221=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 147 (57.81% from 255 or 23.60% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FF93DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF93DD is #006C22. Grayscale: #BBBBBB. Windows color (decimal): -27683 or 14521343. OLE color: 14521343.
HSL color Cylindrical-coordinate representation of color #FF93DD: hue angle of 318.89º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FF93DD is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 147 | 221 | - |
| CMYK | 0 | 0.42 | 0.13 | 0 |
| HSL | 318.89º | 1% | 0.79% | - |
| HSV(B) | 318.89º | 0.42% | 1% | - |
| XYZ | 64.72 | 47.35 | 74.13 | - |
| YUV | 187.73 | 146.78 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 147 | 221 | 0 | 0.42 | 0.13 | 0 | 318.89 | 1 | 0.79 |
| Hex | FF | 93 | DD | 0 | 2A | D | 0 | 13F | 64 | 4F |
| Octal | 377 | 223 | 335 | 0 | 52 | 15 | 0 | 477 | 144 | 117 |
| Binary | 11111111 | 10010011 | 11011101 | 0 | 101010 | 1101 | 0 | 100111111 | 1100100 | 1001111 |
Color Harmonies of #FF93DD
Complementary color
Monochromatic Colors of #FF93DD
Black with #FF93DD
Text Example
Text Example
White with #FF93DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF93DD; }
p { color: rgb(255,147,221); }
H1.HeaderClassName
{
color: #FF93DD;
}
.AnyTagClassName
{
color: #FF93DD;
}
</style>
background-color css
<style>
a { background-color: #FF93DD; }
a { background-color: rgb(255,147,221); }
div.DivClassName
{
background-color: #FF93DD;
}
.BgClassName
{
background-color: #FF93DD;
}
</style>
border-color css
<style>
span { border-color: #FF93DD; }
span { border-color: rgb(255,147,221); }
td.TdClassName
{
border-color: #FF93DD;
}
.TagClassName
{
border-color: #FF93DD;
}
</style>