#D28FBD

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

Shades of Lily #D28FBD

Tints of Lily #D28FBD

Color information

#D28FBD (or 0xD28FBD) is unknown color: approx Lily. HEX triplet: D2, 8F and BD. RGB value is (210,143,189). Sum of RGB (Red+Green+Blue) = 210+143+189=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 143 (56.25% from 255 or 26.38% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 210 - color contains mainly: red. Hex color #D28FBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28FBD is #2D7042. Grayscale: #A8A8A8. Windows color (decimal): -2977859 or 12423122. OLE color: 12423122.

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

Color convert

RGB210143189-
CMYK00.320.100.18
HSL318.81º42.68%69.22%-
HSV(B)318.81º31.9%82.35%-
XYZ45.5937.0252.89-
YUV168.28139.7157.76-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.75%
GREEN value IS 143 (56.25% from 255) = 26.38%
BLUE value IS 189 (74.22% from 255) = 34.87%
R=38.75%
G=26.38%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014318900.320.100.18318.8142.6869.22
HexD28FBD020A1213f2b45
Octal322217275040122247753105
Binary11010010100011111011110101000001010100101001111111010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28FBD; }

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

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

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

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

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

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

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

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