#D48FB9

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

Shades of Lily #D48FB9

Tints of Lily #D48FB9

Color information

#D48FB9 (or 0xD48FB9) is unknown color: approx Lily. HEX triplet: D4, 8F and B9. RGB value is (212,143,185). Sum of RGB (Red+Green+Blue) = 212+143+185=540 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.26% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 185 (72.66% from 255 or 34.26% from 540); Max value from RGB is 212 - color contains mainly: red. Hex color #D48FB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48FB9 is #2B7046. Grayscale: #A8A8A8. Windows color (decimal): -2846791 or 12160980. OLE color: 12160980.

HSL color Cylindrical-coordinate representation of color #D48FB9: hue angle of 323.48º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D48FB9 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB212143185-
CMYK00.330.130.17
HSL323.48º44.52%69.61%-
HSV(B)323.48º32.55%83.14%-
XYZ45.7337.1450.66-
YUV168.42137.36159.08-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.26%
GREEN value IS 143 (56.25% from 255) = 26.48%
BLUE value IS 185 (72.66% from 255) = 34.26%
R=39.26%
G=26.48%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214318500.330.130.17323.4844.5269.61
HexD48FB9021D111432d46
Octal324217271041152150355106
Binary11010100100011111011100101000011101100011010000111011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48FB9; }

 p { color: rgb(212,143,185); }

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

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

 a { background-color: rgb(212,143,185); }

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

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

 span { border-color: rgb(212,143,185); }

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