#D29AC1

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

Shades of Lily #D29AC1

Tints of Lily #D29AC1

Color information

#D29AC1 (or 0xD29AC1) is unknown color: approx Lily. HEX triplet: D2, 9A and C1. RGB value is (210,154,193). Sum of RGB (Red+Green+Blue) = 210+154+193=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 154 (60.55% from 255 or 27.65% from 557); Blue value is 193 (75.78% from 255 or 34.65% from 557); Max value from RGB is 210 - color contains mainly: red. Hex color #D29AC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29AC1 is #2D653E. Grayscale: #AFAFAF. Windows color (decimal): -2975039 or 12688082. OLE color: 12688082.

HSL color Cylindrical-coordinate representation of color #D29AC1: hue angle of 318.21º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D29AC1 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB210154193-
CMYK00.270.080.18
HSL318.21º38.36%71.37%-
HSV(B)318.21º26.67%82.35%-
XYZ47.7640.6655.78-
YUV175.19138.05152.83-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.70%
GREEN value IS 154 (60.55% from 255) = 27.65%
BLUE value IS 193 (75.78% from 255) = 34.65%
R=37.70%
G=27.65%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015419300.270.080.18318.2138.3671.37
HexD29AC101B81213e2647
Octal322232301033102247646107
Binary1101001010011010110000010110111000100101001111101001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29AC1; }

 p { color: rgb(210,154,193); }

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

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

 a { background-color: rgb(210,154,193); }

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

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

 span { border-color: rgb(210,154,193); }

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