#D493BB

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

Shades of Lily #D493BB

Tints of Lily #D493BB

Color information

#D493BB (or 0xD493BB) is unknown color: approx Lily. HEX triplet: D4, 93 and BB. RGB value is (212,147,187). Sum of RGB (Red+Green+Blue) = 212+147+187=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 147 (57.81% from 255 or 26.92% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 212 - color contains mainly: red. Hex color #D493BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D493BB is #2B6C44. Grayscale: #AAAAAA. Windows color (decimal): -2845765 or 12293076. OLE color: 12293076.

HSL color Cylindrical-coordinate representation of color #D493BB: hue angle of 323.08º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D493BB is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB212147187-
CMYK00.310.120.17
HSL323.08º43.05%70.39%-
HSV(B)323.08º30.66%83.14%-
XYZ46.5538.4551.98-
YUV171137.03157.25-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.83%
GREEN value IS 147 (57.81% from 255) = 26.92%
BLUE value IS 187 (73.44% from 255) = 34.25%
R=38.83%
G=26.92%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214718700.310.120.17323.0843.0570.39
HexD493BB01FC111432b46
Octal324223273037142150353106
Binary1101010010010011101110110111111100100011010000111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D493BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D493BB; }

 p { color: rgb(212,147,187); }

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

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

 a { background-color: rgb(212,147,187); }

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

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

 span { border-color: rgb(212,147,187); }

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