#D295BB

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

Shades of Lily #D295BB

Tints of Lily #D295BB

Color information

#D295BB (or 0xD295BB) is unknown color: approx Lily. HEX triplet: D2, 95 and BB. RGB value is (210,149,187). Sum of RGB (Red+Green+Blue) = 210+149+187=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 210 - color contains mainly: red. Hex color #D295BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D295BB is #2D6A44. Grayscale: #ABABAB. Windows color (decimal): -2976325 or 12293586. OLE color: 12293586.

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

Color convert

RGB210149187-
CMYK00.290.110.18
HSL322.62º40.4%70.39%-
HSV(B)322.62º29.05%82.35%-
XYZ46.338.7852.06-
YUV171.57136.71155.41-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.46%
GREEN value IS 149 (58.59% from 255) = 27.29%
BLUE value IS 187 (73.44% from 255) = 34.25%
R=38.46%
G=27.29%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014918700.290.110.18322.6240.470.39
HexD295BB01DB121432846
Octal322225273035132250350106
Binary1101001010010101101110110111011011100101010000111010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D295BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D295BB; }

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

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

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

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

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

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

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

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