#D48FBE

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

Shades of Lily #D48FBE

Tints of Lily #D48FBE

Color information

#D48FBE (or 0xD48FBE) is unknown color: approx Lily. HEX triplet: D4, 8F and BE. RGB value is (212,143,190). Sum of RGB (Red+Green+Blue) = 212+143+190=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 143 (56.25% from 255 or 26.24% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 212 - color contains mainly: red. Hex color #D48FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48FBE is #2B7041. Grayscale: #A8A8A8. Windows color (decimal): -2846786 or 12488660. OLE color: 12488660.

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

Color convert

RGB212143190-
CMYK00.330.100.17
HSL319.13º44.52%69.61%-
HSV(B)319.13º32.55%83.14%-
XYZ46.2737.3653.49-
YUV168.99139.86158.68-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.90%
GREEN value IS 143 (56.25% from 255) = 26.24%
BLUE value IS 190 (74.61% from 255) = 34.86%
R=38.90%
G=26.24%
B=34.86%

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
Decimal21214319000.330.100.17319.1344.5269.61
HexD48FBE021A1113f2d46
Octal324217276041122147755106
Binary11010100100011111011111001000011010100011001111111011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48FBE; }

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

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

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

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

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

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

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

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