#D48DC0

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

Shades of Lily #D48DC0

Tints of Lily #D48DC0

Color information

#D48DC0 (or 0xD48DC0) is unknown color: approx Lily. HEX triplet: D4, 8D and C0. RGB value is (212,141,192). Sum of RGB (Red+Green+Blue) = 212+141+192=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 141 (55.47% from 255 or 25.87% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 212 - color contains mainly: red. Hex color #D48DC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48DC0 is #2B723F. Grayscale: #A7A7A7. Windows color (decimal): -2847296 or 12619220. OLE color: 12619220.

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

Color convert

RGB212141192-
CMYK00.330.090.17
HSL316.9º45.22%69.22%-
HSV(B)316.9º33.49%83.14%-
XYZ46.1936.8554.55-
YUV168.04141.52159.35-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.90%
GREEN value IS 141 (55.47% from 255) = 25.87%
BLUE value IS 192 (75.39% from 255) = 35.23%
R=38.90%
G=25.87%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214119200.330.090.17316.945.2269.22
HexD48DC002191113d2d45
Octal324215300041112147555105
Binary11010100100011011100000001000011001100011001111011011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48DC0; }

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

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

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

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

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

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

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

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