Shades of Lily #D299BC
Tints of Lily #D299BC
RGB
CMYK
RGB Variations
Color information
#D299BC (or 0xD299BC) is known color: Lily. HEX triplet: D2, 99 and BC. RGB value is (210,153,188). Sum of RGB (Red+Green+Blue) = 210+153+188=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 153 (60.16% from 255 or 27.77% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 210 - color contains mainly: red. Hex color #D299BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D299BC is #2D6643. Grayscale: #ADADAD. Windows color (decimal): -2975300 or 12360146. OLE color: 12360146.
HSL color Cylindrical-coordinate representation of color #D299BC: hue angle of 323.16º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D299BC is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 153 | 188 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.18 |
| HSL | 323.16º | 0.39% | 0.71% | - |
| HSV(B) | 323.16º | 0.27% | 0.82% | - |
| XYZ | 47.05 | 40.11 | 52.84 | - |
| YUV | 174.03 | 135.88 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 153 | 188 | 0 | 0.27 | 0.10 | 0.18 | 323.16 | 0.39 | 0.71 |
| Hex | D2 | 99 | BC | 0 | 1B | A | 12 | 143 | 27 | 47 |
| Octal | 322 | 231 | 274 | 0 | 33 | 12 | 22 | 503 | 47 | 107 |
| Binary | 11010010 | 10011001 | 10111100 | 0 | 11011 | 1010 | 10010 | 101000011 | 100111 | 1000111 |
Color Harmonies of #D299BC
Complementary color
Monochromatic Colors of #D299BC
Black with #D299BC
Text Example
Text Example
White with #D299BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D299BC; }
p { color: rgb(210,153,188); }
H1.HeaderClassName
{
color: #D299BC;
}
.AnyTagClassName
{
color: #D299BC;
}
</style>
background-color css
<style>
a { background-color: #D299BC; }
a { background-color: rgb(210,153,188); }
div.DivClassName
{
background-color: #D299BC;
}
.BgClassName
{
background-color: #D299BC;
}
</style>
border-color css
<style>
span { border-color: #D299BC; }
span { border-color: rgb(210,153,188); }
td.TdClassName
{
border-color: #D299BC;
}
.TagClassName
{
border-color: #D299BC;
}
</style>