#D295B3

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

Shades of Lily #D295B3

Tints of Lily #D295B3

Color information

#D295B3 (or 0xD295B3) is unknown color: approx Lily. HEX triplet: D2, 95 and B3. RGB value is (210,149,179). Sum of RGB (Red+Green+Blue) = 210+149+179=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 179 (70.31% from 255 or 33.27% from 538); Max value from RGB is 210 - color contains mainly: red. Hex color #D295B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D295B3 is #2D6A4C. Grayscale: #AAAAAA. Windows color (decimal): -2976333 or 11769298. OLE color: 11769298.

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

Color convert

RGB210149179-
CMYK00.290.150.18
HSL330.49º40.4%70.39%-
HSV(B)330.49º29.05%82.35%-
XYZ45.4638.4547.67-
YUV170.66132.71156.06-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.03%
GREEN value IS 149 (58.59% from 255) = 27.70%
BLUE value IS 179 (70.31% from 255) = 33.27%
R=39.03%
G=27.70%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014917900.290.150.18330.4940.470.39
HexD295B301DF1214a2846
Octal322225263035172251250106
Binary1101001010010101101100110111011111100101010010101010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D295B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D295B3; }

 p { color: rgb(210,149,179); }

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

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

 a { background-color: rgb(210,149,179); }

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

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

 span { border-color: rgb(210,149,179); }

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