#D498C1

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

Shades of Lily #D498C1

Tints of Lily #D498C1

Color information

#D498C1 (or 0xD498C1) is unknown color: approx Lily. HEX triplet: D4, 98 and C1. RGB value is (212,152,193). Sum of RGB (Red+Green+Blue) = 212+152+193=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 152 (59.77% from 255 or 27.29% from 557); Blue value is 193 (75.78% from 255 or 34.65% from 557); Max value from RGB is 212 - color contains mainly: red. Hex color #D498C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D498C1 is #2B673E. Grayscale: #AEAEAE. Windows color (decimal): -2844479 or 12687572. OLE color: 12687572.

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

Color convert

RGB212152193-
CMYK00.280.090.17
HSL319º41.1%71.37%-
HSV(B)319º28.3%83.14%-
XYZ48.0140.355.7-
YUV174.61138.38154.67-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.06%
GREEN value IS 152 (59.77% from 255) = 27.29%
BLUE value IS 193 (75.78% from 255) = 34.65%
R=38.06%
G=27.29%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215219300.280.090.1731941.171.37
HexD498C101C91113f2947
Octal324230301034112147751107
Binary1101010010011000110000010111001001100011001111111010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D498C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D498C1; }

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

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

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

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

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

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

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

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