#D48BBB

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

Shades of Lily #D48BBB

Tints of Lily #D48BBB

Color information

#D48BBB (or 0xD48BBB) is unknown color: approx Lily. HEX triplet: D4, 8B and BB. RGB value is (212,139,187). Sum of RGB (Red+Green+Blue) = 212+139+187=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 139 (54.69% from 255 or 25.84% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 212 - color contains mainly: red. Hex color #D48BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48BBB is #2B7444. Grayscale: #A6A6A6. Windows color (decimal): -2847813 or 12291028. OLE color: 12291028.

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

Color convert

RGB212139187-
CMYK00.340.120.17
HSL320.55º45.91%68.82%-
HSV(B)320.55º34.43%83.14%-
XYZ45.3536.0551.58-
YUV166.3139.68160.6-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.41%
GREEN value IS 139 (54.69% from 255) = 25.84%
BLUE value IS 187 (73.44% from 255) = 34.76%
R=39.41%
G=25.84%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213918700.340.120.17320.5545.9168.82
HexD48BBB022C111412e45
Octal324213273042142150156105
Binary11010100100010111011101101000101100100011010000011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48BBB; }

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

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

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

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

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

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

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

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