#D298B9

Color #D298B9 Lily (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily #D298B9

Tints of Lily #D298B9

Color information

#D298B9 (or 0xD298B9) is unknown color: approx Lily. HEX triplet: D2, 98 and B9. RGB value is (210,152,185). Sum of RGB (Red+Green+Blue) = 210+152+185=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 152 (59.77% from 255 or 27.79% from 547); Blue value is 185 (72.66% from 255 or 33.82% from 547); Max value from RGB is 210 - color contains mainly: red. Hex color #D298B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D298B9 is #2D6746. Grayscale: #ADADAD. Windows color (decimal): -2975559 or 12163282. OLE color: 12163282.

HSL color Cylindrical-coordinate representation of color #D298B9: hue angle of 325.86º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D298B9 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB210152185-
CMYK00.280.120.18
HSL325.86º39.19%70.98%-
HSV(B)325.86º27.62%82.35%-
XYZ46.5639.6651.1-
YUV173.1134.72154.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 38.39%
GREEN value IS 152 (59.77% from 255) = 27.79%
BLUE value IS 185 (72.66% from 255) = 33.82%
R=38.39%
G=27.79%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015218500.280.120.18325.8639.1970.98
HexD298B901CC121462747
Octal322230271034142250647107
Binary1101001010011000101110010111001100100101010001101001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D298B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D298B9; }

 p { color: rgb(210,152,185); }

 H1.HeaderClassName
 {
   color: #D298B9;
 }
 .AnyTagClassName
 {
   color: #D298B9;
 }
</style>
background-color css

<style>
 a { background-color: #D298B9; }

 a { background-color: rgb(210,152,185); }

 div.DivClassName
 {
   background-color: #D298B9;
 }
 .BgClassName
 {
   background-color: #D298B9;
 }
</style>
border-color css

<style>
 span { border-color: #D298B9; }

 span { border-color: rgb(210,152,185); }

 td.TdClassName
 {
   border-color: #D298B9;
 }
 .TagClassName
 {
   border-color: #D298B9;
 }
</style>