#D48BBE

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

Shades of Lily #D48BBE

Tints of Lily #D48BBE

Color information

#D48BBE (or 0xD48BBE) is unknown color: approx Lily. HEX triplet: D4, 8B and BE. RGB value is (212,139,190). Sum of RGB (Red+Green+Blue) = 212+139+190=541 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.19% from 541); Green value is 139 (54.69% from 255 or 25.69% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 212 - color contains mainly: red. Hex color #D48BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48BBE is #2B7441. Grayscale: #A6A6A6. Windows color (decimal): -2847810 or 12487636. OLE color: 12487636.

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

Color convert

RGB212139190-
CMYK00.340.100.17
HSL318.08º45.91%68.82%-
HSV(B)318.08º34.43%83.14%-
XYZ45.6836.1853.29-
YUV166.64141.18160.35-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.19%
GREEN value IS 139 (54.69% from 255) = 25.69%
BLUE value IS 190 (74.61% from 255) = 35.12%
R=39.19%
G=25.69%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213919000.340.100.17318.0845.9168.82
HexD48BBE022A1113e2e45
Octal324213276042122147656105
Binary11010100100010111011111001000101010100011001111101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48BBE; }

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

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

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

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

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

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

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

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