Shades of Lily #D498C3
Tints of Lily #D498C3
RGB
CMYK
RGB Variations
Color information
#D498C3 (or 0xD498C3) is known color: Lily. HEX triplet: D4, 98 and C3. RGB value is (212,152,195). Sum of RGB (Red+Green+Blue) = 212+152+195=559 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.92% from 559); Green value is 152 (59.77% from 255 or 27.19% from 559); Blue value is 195 (76.56% from 255 or 34.88% from 559); Max value from RGB is 212 - color contains mainly: red. Hex color #D498C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D498C3 is #2B673C. Grayscale: #AEAEAE. Windows color (decimal): -2844477 or 12818644. OLE color: 12818644.
HSL color Cylindrical-coordinate representation of color #D498C3: hue angle of 317º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D498C3 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 152 | 195 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.17 |
| HSL | 317º | 0.41% | 0.71% | - |
| HSV(B) | 317º | 0.28% | 0.83% | - |
| XYZ | 48.23 | 40.39 | 56.88 | - |
| YUV | 174.84 | 139.38 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 152 | 195 | 0 | 0.28 | 0.08 | 0.17 | 317 | 0.41 | 0.71 |
| Hex | D4 | 98 | C3 | 0 | 1C | 8 | 11 | 13D | 29 | 47 |
| Octal | 324 | 230 | 303 | 0 | 34 | 10 | 21 | 475 | 51 | 107 |
| Binary | 11010100 | 10011000 | 11000011 | 0 | 11100 | 1000 | 10001 | 100111101 | 101001 | 1000111 |
Color Harmonies of #D498C3
Complementary color
Monochromatic Colors of #D498C3
Black with #D498C3
Text Example
Text Example
White with #D498C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D498C3; }
p { color: rgb(212,152,195); }
H1.HeaderClassName
{
color: #D498C3;
}
.AnyTagClassName
{
color: #D498C3;
}
</style>
background-color css
<style>
a { background-color: #D498C3; }
a { background-color: rgb(212,152,195); }
div.DivClassName
{
background-color: #D498C3;
}
.BgClassName
{
background-color: #D498C3;
}
</style>
border-color css
<style>
span { border-color: #D498C3; }
span { border-color: rgb(212,152,195); }
td.TdClassName
{
border-color: #D498C3;
}
.TagClassName
{
border-color: #D498C3;
}
</style>