#D498C3

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

Shades of Lily #D498C3

Tints of Lily #D498C3

Color information

#D498C3 (or 0xD498C3) is unknown color: approx Lily. HEX triplet: D4, 98 and C3. RGB value is (212,152,195). Sum of RGB (Red+Green+Blue) = 212+152+195=559 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.92% from 559); Green value is 152 (59.77% from 255 or 27.19% from 559); Blue value is 195 (76.56% from 255 or 34.88% from 559); Max value from RGB is 212 - color contains mainly: red. Hex color #D498C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D498C3 is #2B673C. Grayscale: #AEAEAE. Windows color (decimal): -2844477 or 12818644. OLE color: 12818644.

HSL color Cylindrical-coordinate representation of color #D498C3: hue angle of 317º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D498C3 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB212152195-
CMYK00.280.080.17
HSL317º41.1%71.37%-
HSV(B)317º28.3%83.14%-
XYZ48.2340.3956.88-
YUV174.84139.38154.5-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.92%
GREEN value IS 152 (59.77% from 255) = 27.19%
BLUE value IS 195 (76.56% from 255) = 34.88%
R=37.92%
G=27.19%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215219500.280.080.1731741.171.37
HexD498C301C81113d2947
Octal324230303034102147551107
Binary1101010010011000110000110111001000100011001111011010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D498C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D498C3; }

 p { color: rgb(212,152,195); }

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

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

 a { background-color: rgb(212,152,195); }

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

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

 span { border-color: rgb(212,152,195); }

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