#d493bf

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

Shades of Lily #D493BF

Tints of Lily #D493BF

Color information

#D493BF (or 0xD493BF) is unknown color: approx Lily. HEX triplet: D4, 93 and BF. RGB value is (212,147,191). Sum of RGB (Red+Green+Blue) = 212+147+191=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 147 (57.81% from 255 or 26.73% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 212 - color contains mainly: red. Hex color #D493BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D493BF is #2B6C40. Grayscale: #ABABAB. Windows color (decimal): -2845761 or 12555220. OLE color: 12555220.

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

Color convert

RGB212147191-
CMYK00.310.100.17
HSL319.38º43.05%70.39%-
HSV(B)319.38º30.66%83.14%-
XYZ46.9938.6354.27-
YUV171.45139.03156.92-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.55%
GREEN value IS 147 (57.81% from 255) = 26.73%
BLUE value IS 191 (75% from 255) = 34.73%
R=38.55%
G=26.73%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214719100.310.100.17319.3843.0570.39
HexD493BF01FA1113f2b46
Octal324223277037122147753106
Binary1101010010010011101111110111111010100011001111111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d493bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d493bf; }

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

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

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

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

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

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

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

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