#D48DBE

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

Shades of Lily #D48DBE

Tints of Lily #D48DBE

Color information

#D48DBE (or 0xD48DBE) is unknown color: approx Lily. HEX triplet: D4, 8D and BE. RGB value is (212,141,190). Sum of RGB (Red+Green+Blue) = 212+141+190=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 141 (55.47% from 255 or 25.97% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 212 - color contains mainly: red. Hex color #D48DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48DBE is #2B7241. Grayscale: #A7A7A7. Windows color (decimal): -2847298 or 12488148. OLE color: 12488148.

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

Color convert

RGB212141190-
CMYK00.330.100.17
HSL318.59º45.22%69.22%-
HSV(B)318.59º33.49%83.14%-
XYZ45.9736.7653.39-
YUV167.82140.52159.52-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.04%
GREEN value IS 141 (55.47% from 255) = 25.97%
BLUE value IS 190 (74.61% from 255) = 34.99%
R=39.04%
G=25.97%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214119000.330.100.17318.5945.2269.22
HexD48DBE021A1113f2d45
Octal324215276041122147755105
Binary11010100100011011011111001000011010100011001111111011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48DBE; }

 p { color: rgb(212,141,190); }

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

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

 a { background-color: rgb(212,141,190); }

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

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

 span { border-color: rgb(212,141,190); }

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