#D48FBD

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

Shades of Lily #D48FBD

Tints of Lily #D48FBD

Color information

#D48FBD (or 0xD48FBD) is unknown color: approx Lily. HEX triplet: D4, 8F and BD. RGB value is (212,143,189). Sum of RGB (Red+Green+Blue) = 212+143+189=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 212 - color contains mainly: red. Hex color #D48FBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48FBD is #2B7042. Grayscale: #A8A8A8. Windows color (decimal): -2846787 or 12423124. OLE color: 12423124.

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

Color convert

RGB212143189-
CMYK00.330.110.17
HSL320º44.52%69.61%-
HSV(B)320º32.55%83.14%-
XYZ46.1637.3252.91-
YUV168.87139.36158.76-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.97%
GREEN value IS 143 (56.25% from 255) = 26.29%
BLUE value IS 189 (74.22% from 255) = 34.74%
R=38.97%
G=26.29%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214318900.330.110.1732044.5269.61
HexD48FBD021B111402d46
Octal324217275041132150055106
Binary11010100100011111011110101000011011100011010000001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48FBD; }

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

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

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

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

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

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

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

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