#D495BA

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

Shades of Lily #D495BA

Tints of Lily #D495BA

Color information

#D495BA (or 0xD495BA) is unknown color: approx Lily. HEX triplet: D4, 95 and BA. RGB value is (212,149,186). Sum of RGB (Red+Green+Blue) = 212+149+186=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 149 (58.59% from 255 or 27.24% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 212 - color contains mainly: red. Hex color #D495BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D495BA is #2B6A45. Grayscale: #ABABAB. Windows color (decimal): -2845254 or 12228052. OLE color: 12228052.

HSL color Cylindrical-coordinate representation of color #D495BA: hue angle of 324.76º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D495BA is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB212149186-
CMYK00.300.120.17
HSL324.76º42.28%70.78%-
HSV(B)324.76º29.72%83.14%-
XYZ46.7639.0451.52-
YUV172.06135.87156.49-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.76%
GREEN value IS 149 (58.59% from 255) = 27.24%
BLUE value IS 186 (73.05% from 255) = 34.00%
R=38.76%
G=27.24%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214918600.300.120.17324.7642.2870.78
HexD495BA01EC111452a47
Octal324225272036142150552107
Binary1101010010010101101110100111101100100011010001011010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D495BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D495BA; }

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

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

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

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

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

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

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

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