#D298B3

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

Shades of Lily #D298B3

Tints of Lily #D298B3

Color information

#D298B3 (or 0xD298B3) is unknown color: approx Lily. HEX triplet: D2, 98 and B3. RGB value is (210,152,179). Sum of RGB (Red+Green+Blue) = 210+152+179=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 179 (70.31% from 255 or 33.09% from 541); Max value from RGB is 210 - color contains mainly: red. Hex color #D298B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D298B3 is #2D674C. Grayscale: #ACACAC. Windows color (decimal): -2975565 or 11770066. OLE color: 11770066.

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

Color convert

RGB210152179-
CMYK00.280.150.18
HSL332.07º39.19%70.98%-
HSV(B)332.07º27.62%82.35%-
XYZ45.9439.4147.83-
YUV172.42131.72154.8-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.82%
GREEN value IS 152 (59.77% from 255) = 28.10%
BLUE value IS 179 (70.31% from 255) = 33.09%
R=38.82%
G=28.10%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015217900.280.150.18332.0739.1970.98
HexD298B301CF1214c2747
Octal322230263034172251447107
Binary1101001010011000101100110111001111100101010011001001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D298B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D298B3; }

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

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

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

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

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

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

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

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