#D293B6

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

Shades of Lily #D293B6

Tints of Lily #D293B6

Color information

#D293B6 (or 0xD293B6) is unknown color: approx Lily. HEX triplet: D2, 93 and B6. RGB value is (210,147,182). Sum of RGB (Red+Green+Blue) = 210+147+182=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 147 (57.81% from 255 or 27.27% from 539); Blue value is 182 (71.48% from 255 or 33.77% from 539); Max value from RGB is 210 - color contains mainly: red. Hex color #D293B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D293B6 is #2D6C49. Grayscale: #A9A9A9. Windows color (decimal): -2976842 or 11965394. OLE color: 11965394.

HSL color Cylindrical-coordinate representation of color #D293B6: hue angle of 326.67º 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 #D293B6 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB210147182-
CMYK00.300.130.18
HSL326.67º41.18%70%-
HSV(B)326.67º30%82.35%-
XYZ45.4637.9549.18-
YUV169.83134.87156.65-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.96%
GREEN value IS 147 (57.81% from 255) = 27.27%
BLUE value IS 182 (71.48% from 255) = 33.77%
R=38.96%
G=27.27%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014718200.300.130.18326.6741.1870
HexD293B601ED121472946
Octal322223266036152250751106
Binary1101001010010011101101100111101101100101010001111010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D293B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D293B6; }

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

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

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

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

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

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

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

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