#D295BA

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

Shades of Lily #D295BA

Tints of Lily #D295BA

Color information

#D295BA (or 0xD295BA) is unknown color: approx Lily. HEX triplet: D2, 95 and BA. RGB value is (210,149,186). Sum of RGB (Red+Green+Blue) = 210+149+186=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 149 (58.59% from 255 or 27.34% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 210 - color contains mainly: red. Hex color #D295BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D295BA is #2D6A45. Grayscale: #ABABAB. Windows color (decimal): -2976326 or 12228050. OLE color: 12228050.

HSL color Cylindrical-coordinate representation of color #D295BA: hue angle of 323.61º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D295BA is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB210149186-
CMYK00.290.110.18
HSL323.61º40.4%70.39%-
HSV(B)323.61º29.05%82.35%-
XYZ46.1938.7451.5-
YUV171.46136.21155.49-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.53%
GREEN value IS 149 (58.59% from 255) = 27.34%
BLUE value IS 186 (73.05% from 255) = 34.13%
R=38.53%
G=27.34%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014918600.290.110.18323.6140.470.39
HexD295BA01DB121442846
Octal322225272035132250450106
Binary1101001010010101101110100111011011100101010001001010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D295BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D295BA; }

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

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

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

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

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

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

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

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