#D48FB8

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

Shades of Lily #D48FB8

Tints of Lily #D48FB8

Color information

#D48FB8 (or 0xD48FB8) is unknown color: approx Lily. HEX triplet: D4, 8F and B8. RGB value is (212,143,184). Sum of RGB (Red+Green+Blue) = 212+143+184=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 143 (56.25% from 255 or 26.53% from 539); Blue value is 184 (72.27% from 255 or 34.14% from 539); Max value from RGB is 212 - color contains mainly: red. Hex color #D48FB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48FB8 is #2B7047. Grayscale: #A8A8A8. Windows color (decimal): -2846792 or 12095444. OLE color: 12095444.

HSL color Cylindrical-coordinate representation of color #D48FB8: hue angle of 324.35º 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 #D48FB8 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB212143184-
CMYK00.330.130.17
HSL324.35º44.52%69.61%-
HSV(B)324.35º32.55%83.14%-
XYZ45.6337.150.1-
YUV168.3136.86159.17-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.33%
GREEN value IS 143 (56.25% from 255) = 26.53%
BLUE value IS 184 (72.27% from 255) = 34.14%
R=39.33%
G=26.53%
B=34.14%

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
Decimal21214318400.330.130.17324.3544.5269.61
HexD48FB8021D111442d46
Octal324217270041152150455106
Binary11010100100011111011100001000011101100011010001001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48FB8; }

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

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

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

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

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

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

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

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