#D395BD

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

Shades of Lily #D395BD

Tints of Lily #D395BD

Color information

#D395BD (or 0xD395BD) is unknown color: approx Lily. HEX triplet: D3, 95 and BD. RGB value is (211,149,189). Sum of RGB (Red+Green+Blue) = 211+149+189=549 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.43% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 211 - color contains mainly: red. Hex color #D395BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D395BD is #2C6A42. Grayscale: #ABABAB. Windows color (decimal): -2910787 or 12424659. OLE color: 12424659.

HSL color Cylindrical-coordinate representation of color #D395BD: hue angle of 321.29º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D395BD is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB211149189-
CMYK00.290.100.17
HSL321.29º41.33%70.59%-
HSV(B)321.29º29.38%82.75%-
XYZ46.839.0253.21-
YUV172.1137.54155.75-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.43%
GREEN value IS 149 (58.59% from 255) = 27.14%
BLUE value IS 189 (74.22% from 255) = 34.43%
R=38.43%
G=27.14%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114918900.290.100.17321.2941.3370.59
HexD395BD01DA111412947
Octal323225275035122150151107
Binary1101001110010101101111010111011010100011010000011010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D395BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D395BD; }

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

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

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

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

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

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

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

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