#D48FB7

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

Shades of Lily #D48FB7

Tints of Lily #D48FB7

Color information

#D48FB7 (or 0xD48FB7) is unknown color: approx Lily. HEX triplet: D4, 8F and B7. RGB value is (212,143,183). Sum of RGB (Red+Green+Blue) = 212+143+183=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 183 (71.88% from 255 or 34.01% from 538); Max value from RGB is 212 - color contains mainly: red. Hex color #D48FB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48FB7 is #2B7048. Grayscale: #A8A8A8. Windows color (decimal): -2846793 or 12029908. OLE color: 12029908.

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

Color convert

RGB212143183-
CMYK00.330.140.17
HSL325.22º44.52%69.61%-
HSV(B)325.22º32.55%83.14%-
XYZ45.5237.0649.55-
YUV168.19136.36159.25-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.41%
GREEN value IS 143 (56.25% from 255) = 26.58%
BLUE value IS 183 (71.88% from 255) = 34.01%
R=39.41%
G=26.58%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214318300.330.140.17325.2244.5269.61
HexD48FB7021E111452d46
Octal324217267041162150555106
Binary11010100100011111011011101000011110100011010001011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48FB7; }

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

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

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

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

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

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

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

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