Shades of Lily #D093C1
Tints of Lily #D093C1
RGB
CMYK
RGB Variations
Color information
#D093C1 (or 0xD093C1) is known color: Lily. HEX triplet: D0, 93 and C1. RGB value is (208,147,193). Sum of RGB (Red+Green+Blue) = 208+147+193=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 147 (57.81% from 255 or 26.82% from 548); Blue value is 193 (75.78% from 255 or 35.22% from 548); Max value from RGB is 208 - color contains mainly: red. Hex color #D093C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D093C1 is #2F6C3E. Grayscale: #AAAAAA. Windows color (decimal): -3107903 or 12686288. OLE color: 12686288.
HSL color Cylindrical-coordinate representation of color #D093C1: hue angle of 314.75º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D093C1 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 147 | 193 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.18 |
| HSL | 314.75º | 0.39% | 0.7% | - |
| HSV(B) | 314.75º | 0.29% | 0.82% | - |
| XYZ | 46.07 | 38.13 | 55.38 | - |
| YUV | 170.48 | 140.71 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 147 | 193 | 0 | 0.29 | 0.07 | 0.18 | 314.75 | 0.39 | 0.7 |
| Hex | D0 | 93 | C1 | 0 | 1D | 7 | 12 | 13B | 27 | 46 |
| Octal | 320 | 223 | 301 | 0 | 35 | 7 | 22 | 473 | 47 | 106 |
| Binary | 11010000 | 10010011 | 11000001 | 0 | 11101 | 111 | 10010 | 100111011 | 100111 | 1000110 |
Color Harmonies of #D093C1
Complementary color
Monochromatic Colors of #D093C1
Black with #D093C1
Text Example
Text Example
White with #D093C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D093C1; }
p { color: rgb(208,147,193); }
H1.HeaderClassName
{
color: #D093C1;
}
.AnyTagClassName
{
color: #D093C1;
}
</style>
background-color css
<style>
a { background-color: #D093C1; }
a { background-color: rgb(208,147,193); }
div.DivClassName
{
background-color: #D093C1;
}
.BgClassName
{
background-color: #D093C1;
}
</style>
border-color css
<style>
span { border-color: #D093C1; }
span { border-color: rgb(208,147,193); }
td.TdClassName
{
border-color: #D093C1;
}
.TagClassName
{
border-color: #D093C1;
}
</style>