Shades of Lily #D299B7
Tints of Lily #D299B7
RGB
CMYK
RGB Variations
Color information
#D299B7 (or 0xD299B7) is known color: Lily. HEX triplet: D2, 99 and B7. RGB value is (210,153,183). Sum of RGB (Red+Green+Blue) = 210+153+183=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 183 (71.88% from 255 or 33.52% from 546); Max value from RGB is 210 - color contains mainly: red. Hex color #D299B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D299B7 is #2D6648. Grayscale: #ADADAD. Windows color (decimal): -2975305 or 12032466. OLE color: 12032466.
HSL color Cylindrical-coordinate representation of color #D299B7: hue angle of 328.42º 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 #D299B7 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 153 | 183 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.18 |
| HSL | 328.42º | 0.39% | 0.71% | - |
| HSV(B) | 328.42º | 0.27% | 0.82% | - |
| XYZ | 46.52 | 39.9 | 50.05 | - |
| YUV | 173.46 | 133.38 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 153 | 183 | 0 | 0.27 | 0.13 | 0.18 | 328.42 | 0.39 | 0.71 |
| Hex | D2 | 99 | B7 | 0 | 1B | D | 12 | 148 | 27 | 47 |
| Octal | 322 | 231 | 267 | 0 | 33 | 15 | 22 | 510 | 47 | 107 |
| Binary | 11010010 | 10011001 | 10110111 | 0 | 11011 | 1101 | 10010 | 101001000 | 100111 | 1000111 |
Color Harmonies of #D299B7
Complementary color
Monochromatic Colors of #D299B7
Black with #D299B7
Text Example
Text Example
White with #D299B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D299B7; }
p { color: rgb(210,153,183); }
H1.HeaderClassName
{
color: #D299B7;
}
.AnyTagClassName
{
color: #D299B7;
}
</style>
background-color css
<style>
a { background-color: #D299B7; }
a { background-color: rgb(210,153,183); }
div.DivClassName
{
background-color: #D299B7;
}
.BgClassName
{
background-color: #D299B7;
}
</style>
border-color css
<style>
span { border-color: #D299B7; }
span { border-color: rgb(210,153,183); }
td.TdClassName
{
border-color: #D299B7;
}
.TagClassName
{
border-color: #D299B7;
}
</style>