#D298B7

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

Shades of Lily #D298B7

Tints of Lily #D298B7

Color information

#D298B7 (or 0xD298B7) is unknown color: approx Lily. HEX triplet: D2, 98 and B7. RGB value is (210,152,183). Sum of RGB (Red+Green+Blue) = 210+152+183=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 152 (59.77% from 255 or 27.89% from 545); Blue value is 183 (71.88% from 255 or 33.58% from 545); Max value from RGB is 210 - color contains mainly: red. Hex color #D298B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D298B7 is #2D6748. Grayscale: #ACACAC. Windows color (decimal): -2975561 or 12032210. OLE color: 12032210.

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

Color convert

RGB210152183-
CMYK00.280.130.18
HSL327.93º39.19%70.98%-
HSV(B)327.93º27.62%82.35%-
XYZ46.3539.5850-
YUV172.88133.72154.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.53%
GREEN value IS 152 (59.77% from 255) = 27.89%
BLUE value IS 183 (71.88% from 255) = 33.58%
R=38.53%
G=27.89%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015218300.280.130.18327.9339.1970.98
HexD298B701CD121482747
Octal322230267034152251047107
Binary1101001010011000101101110111001101100101010010001001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D298B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D298B7; }

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

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

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

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

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

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

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

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