#D293BF

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

Shades of Lily #D293BF

Tints of Lily #D293BF

Color information

#D293BF (or 0xD293BF) is unknown color: approx Lily. HEX triplet: D2, 93 and BF. RGB value is (210,147,191). Sum of RGB (Red+Green+Blue) = 210+147+191=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 147 (57.81% from 255 or 26.82% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 210 - color contains mainly: red. Hex color #D293BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D293BF is #2D6C40. Grayscale: #AAAAAA. Windows color (decimal): -2976833 or 12555218. OLE color: 12555218.

HSL color Cylindrical-coordinate representation of color #D293BF: hue angle of 318.1º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D293BF is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB210147191-
CMYK00.300.090.18
HSL318.1º41.18%70%-
HSV(B)318.1º30%82.35%-
XYZ46.4238.3354.24-
YUV170.85139.37155.92-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.32%
GREEN value IS 147 (57.81% from 255) = 26.82%
BLUE value IS 191 (75% from 255) = 34.85%
R=38.32%
G=26.82%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014719100.300.090.18318.141.1870
HexD293BF01E91213e2946
Octal322223277036112247651106
Binary1101001010010011101111110111101001100101001111101010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D293BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D293BF; }

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

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

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

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

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

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

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

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