#D195BD

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

Shades of Lily #D195BD

Tints of Lily #D195BD

Color information

#D195BD (or 0xD195BD) is unknown color: approx Lily. HEX triplet: D1, 95 and BD. RGB value is (209,149,189). Sum of RGB (Red+Green+Blue) = 209+149+189=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 149 (58.59% from 255 or 27.24% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 209 - color contains mainly: red. Hex color #D195BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D195BD is #2E6A42. Grayscale: #ABABAB. Windows color (decimal): -3041859 or 12424657. OLE color: 12424657.

HSL color Cylindrical-coordinate representation of color #D195BD: hue angle of 320º degrees, saturation: 0.39, 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 #D195BD is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB209149189-
CMYK00.290.100.18
HSL320º39.47%70.2%-
HSV(B)320º28.71%81.96%-
XYZ46.2338.7253.18-
YUV171.5137.88154.75-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.21%
GREEN value IS 149 (58.59% from 255) = 27.24%
BLUE value IS 189 (74.22% from 255) = 34.55%
R=38.21%
G=27.24%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914918900.290.100.1832039.4770.2
HexD195BD01DA121402746
Octal321225275035122250047106
Binary1101000110010101101111010111011010100101010000001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D195BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D195BD; }

 p { color: rgb(209,149,189); }

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

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

 a { background-color: rgb(209,149,189); }

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

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

 span { border-color: rgb(209,149,189); }

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