#D28FBF

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

Shades of Lily #D28FBF

Tints of Lily #D28FBF

Color information

#D28FBF (or 0xD28FBF) is unknown color: approx Lily. HEX triplet: D2, 8F and BF. RGB value is (210,143,191). Sum of RGB (Red+Green+Blue) = 210+143+191=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 210 - color contains mainly: red. Hex color #D28FBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28FBF is #2D7040. Grayscale: #A8A8A8. Windows color (decimal): -2977857 or 12554194. OLE color: 12554194.

HSL color Cylindrical-coordinate representation of color #D28FBF: hue angle of 317.01º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D28FBF is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB210143191-
CMYK00.320.090.18
HSL317.01º42.68%69.22%-
HSV(B)317.01º31.9%82.35%-
XYZ45.837.1154.04-
YUV168.5140.7157.6-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.60%
GREEN value IS 143 (56.25% from 255) = 26.29%
BLUE value IS 191 (75% from 255) = 35.11%
R=38.60%
G=26.29%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014319100.320.090.18317.0142.6869.22
HexD28FBF02091213d2b45
Octal322217277040112247553105
Binary11010010100011111011111101000001001100101001111011010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28FBF; }

 p { color: rgb(210,143,191); }

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

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

 a { background-color: rgb(210,143,191); }

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

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

 span { border-color: rgb(210,143,191); }

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