#D48BC3

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

Shades of Lilac #D48BC3

Tints of Lilac #D48BC3

Color information

#D48BC3 (or 0xD48BC3) is unknown color: approx Lilac. HEX triplet: D4, 8B and C3. RGB value is (212,139,195). Sum of RGB (Red+Green+Blue) = 212+139+195=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 139 (54.69% from 255 or 25.46% from 546); Blue value is 195 (76.56% from 255 or 35.71% from 546); Max value from RGB is 212 - color contains mainly: red. Hex color #D48BC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48BC3 is #2B743C. Grayscale: #A7A7A7. Windows color (decimal): -2847805 or 12815316. OLE color: 12815316.

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

Color convert

RGB212139195-
CMYK00.340.080.17
HSL313.97º45.91%68.82%-
HSV(B)313.97º34.43%83.14%-
XYZ46.2336.456.22-
YUV167.21143.68159.95-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.83%
GREEN value IS 139 (54.69% from 255) = 25.46%
BLUE value IS 195 (76.56% from 255) = 35.71%
R=38.83%
G=25.46%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213919500.340.080.17313.9745.9168.82
HexD48BC302281113a2e45
Octal324213303042102147256105
Binary11010100100010111100001101000101000100011001110101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48BC3; }

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

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

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

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

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

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

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

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