#D293BA

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

Shades of Lily #D293BA

Tints of Lily #D293BA

Color information

#D293BA (or 0xD293BA) is unknown color: approx Lily. HEX triplet: D2, 93 and BA. RGB value is (210,147,186). Sum of RGB (Red+Green+Blue) = 210+147+186=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 147 (57.81% from 255 or 27.07% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 210 - color contains mainly: red. Hex color #D293BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D293BA is #2D6C45. Grayscale: #AAAAAA. Windows color (decimal): -2976838 or 12227538. OLE color: 12227538.

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

Color convert

RGB210147186-
CMYK00.300.110.18
HSL322.86º41.18%70%-
HSV(B)322.86º30%82.35%-
XYZ45.8738.1151.39-
YUV170.28136.87156.33-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.67%
GREEN value IS 147 (57.81% from 255) = 27.07%
BLUE value IS 186 (73.05% from 255) = 34.25%
R=38.67%
G=27.07%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014718600.300.110.18322.8641.1870
HexD293BA01EB121432946
Octal322223272036132250351106
Binary1101001010010011101110100111101011100101010000111010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D293BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D293BA; }

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

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

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

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

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

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

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

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