#D295B4

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

Shades of Lily #D295B4

Tints of Lily #D295B4

Color information

#D295B4 (or 0xD295B4) is unknown color: approx Lily. HEX triplet: D2, 95 and B4. RGB value is (210,149,180). Sum of RGB (Red+Green+Blue) = 210+149+180=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 149 (58.59% from 255 or 27.64% from 539); Blue value is 180 (70.70% from 255 or 33.40% from 539); Max value from RGB is 210 - color contains mainly: red. Hex color #D295B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D295B4 is #2D6A4B. Grayscale: #AAAAAA. Windows color (decimal): -2976332 or 11834834. OLE color: 11834834.

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

Color convert

RGB210149180-
CMYK00.290.140.18
HSL329.51º40.4%70.39%-
HSV(B)329.51º29.05%82.35%-
XYZ45.5638.4948.21-
YUV170.77133.21155.98-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.96%
GREEN value IS 149 (58.59% from 255) = 27.64%
BLUE value IS 180 (70.70% from 255) = 33.40%
R=38.96%
G=27.64%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014918000.290.140.18329.5140.470.39
HexD295B401DE1214a2846
Octal322225264035162251250106
Binary1101001010010101101101000111011110100101010010101010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D295B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D295B4; }

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

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

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

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

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

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

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

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