#D28FBB

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

Shades of Lily #D28FBB

Tints of Lily #D28FBB

Color information

#D28FBB (or 0xD28FBB) is unknown color: approx Lily. HEX triplet: D2, 8F and BB. RGB value is (210,143,187). Sum of RGB (Red+Green+Blue) = 210+143+187=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 210 - color contains mainly: red. Hex color #D28FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28FBB is #2D7044. Grayscale: #A7A7A7. Windows color (decimal): -2977861 or 12292050. OLE color: 12292050.

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

Color convert

RGB210143187-
CMYK00.320.110.18
HSL320.6º42.68%69.22%-
HSV(B)320.6º31.9%82.35%-
XYZ45.3736.9351.75-
YUV168.05138.7157.92-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.89%
GREEN value IS 143 (56.25% from 255) = 26.48%
BLUE value IS 187 (73.44% from 255) = 34.63%
R=38.89%
G=26.48%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014318700.320.110.18320.642.6869.22
HexD28FBB020B121412b45
Octal322217273040132250153105
Binary11010010100011111011101101000001011100101010000011010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28FBB; }

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

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

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

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

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

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

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

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