#D094C7

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

Shades of Lilac #D094C7

Tints of Lilac #D094C7

Color information

#D094C7 (or 0xD094C7) is unknown color: approx Lilac. HEX triplet: D0, 94 and C7. RGB value is (208,148,199). Sum of RGB (Red+Green+Blue) = 208+148+199=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 199 (78.12% from 255 or 35.86% from 555); Max value from RGB is 208 - color contains mainly: red. Hex color #D094C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D094C7 is #2F6B38. Grayscale: #ABABAB. Windows color (decimal): -3107641 or 13079760. OLE color: 13079760.

HSL color Cylindrical-coordinate representation of color #D094C7: hue angle of 309º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D094C7 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB208148199-
CMYK00.290.040.18
HSL309º38.96%69.8%-
HSV(B)309º28.85%81.57%-
XYZ46.9138.7159.03-
YUV171.75143.38153.85-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.48%
GREEN value IS 148 (58.20% from 255) = 26.67%
BLUE value IS 199 (78.12% from 255) = 35.86%
R=37.48%
G=26.67%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814819900.290.040.1830938.9669.8
HexD094C701D4121352746
Octal32022430703542246547106
Binary110100001001010011000111011101100100101001101011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D094C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D094C7; }

 p { color: rgb(208,148,199); }

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

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

 a { background-color: rgb(208,148,199); }

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

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

 span { border-color: rgb(208,148,199); }

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