#D294BE

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

Shades of Lily #D294BE

Tints of Lily #D294BE

Color information

#D294BE (or 0xD294BE) is unknown color: approx Lily. HEX triplet: D2, 94 and BE. RGB value is (210,148,190). Sum of RGB (Red+Green+Blue) = 210+148+190=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 148 (58.20% from 255 or 27.01% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 210 - color contains mainly: red. Hex color #D294BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D294BE is #2D6B41. Grayscale: #ABABAB. Windows color (decimal): -2976578 or 12489938. OLE color: 12489938.

HSL color Cylindrical-coordinate representation of color #D294BE: hue angle of 319.35º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D294BE is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB210148190-
CMYK00.300.100.18
HSL319.35º40.79%70.2%-
HSV(B)319.35º29.52%82.35%-
XYZ46.4638.653.72-
YUV171.33138.54155.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.32%
GREEN value IS 148 (58.20% from 255) = 27.01%
BLUE value IS 190 (74.61% from 255) = 34.67%
R=38.32%
G=27.01%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014819000.300.100.18319.3540.7970.2
HexD294BE01EA1213f2946
Octal322224276036122247751106
Binary1101001010010100101111100111101010100101001111111010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D294BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D294BE; }

 p { color: rgb(210,148,190); }

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

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

 a { background-color: rgb(210,148,190); }

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

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

 span { border-color: rgb(210,148,190); }

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