#D48FBA

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

Shades of Lily #D48FBA

Tints of Lily #D48FBA

Color information

#D48FBA (or 0xD48FBA) is unknown color: approx Lily. HEX triplet: D4, 8F and BA. RGB value is (212,143,186). Sum of RGB (Red+Green+Blue) = 212+143+186=541 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.19% from 541); Green value is 143 (56.25% from 255 or 26.43% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 212 - color contains mainly: red. Hex color #D48FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48FBA is #2B7045. Grayscale: #A8A8A8. Windows color (decimal): -2846790 or 12226516. OLE color: 12226516.

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

Color convert

RGB212143186-
CMYK00.330.120.17
HSL322.61º44.52%69.61%-
HSV(B)322.61º32.55%83.14%-
XYZ45.8437.1951.22-
YUV168.53137.86159-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.19%
GREEN value IS 143 (56.25% from 255) = 26.43%
BLUE value IS 186 (73.05% from 255) = 34.38%
R=39.19%
G=26.43%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214318600.330.120.17322.6144.5269.61
HexD48FBA021C111432d46
Octal324217272041142150355106
Binary11010100100011111011101001000011100100011010000111011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48FBA; }

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

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

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

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

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

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

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

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