#D298B4

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

Shades of Lily #D298B4

Tints of Lily #D298B4

Color information

#D298B4 (or 0xD298B4) is unknown color: approx Lily. HEX triplet: D2, 98 and B4. RGB value is (210,152,180). Sum of RGB (Red+Green+Blue) = 210+152+180=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 152 (59.77% from 255 or 28.04% from 542); Blue value is 180 (70.70% from 255 or 33.21% from 542); Max value from RGB is 210 - color contains mainly: red. Hex color #D298B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D298B4 is #2D674B. Grayscale: #ACACAC. Windows color (decimal): -2975564 or 11835602. OLE color: 11835602.

HSL color Cylindrical-coordinate representation of color #D298B4: hue angle of 331.03º 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 #D298B4 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB210152180-
CMYK00.280.140.18
HSL331.03º39.19%70.98%-
HSV(B)331.03º27.62%82.35%-
XYZ46.0439.4548.37-
YUV172.53132.22154.72-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.75%
GREEN value IS 152 (59.77% from 255) = 28.04%
BLUE value IS 180 (70.70% from 255) = 33.21%
R=38.75%
G=28.04%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015218000.280.140.18331.0339.1970.98
HexD298B401CE1214b2747
Octal322230264034162251347107
Binary1101001010011000101101000111001110100101010010111001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D298B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D298B4; }

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

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

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

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

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

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

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

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