#D094CD

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

Shades of Lilac #D094CD

Tints of Lilac #D094CD

Color information

#D094CD (or 0xD094CD) is unknown color: approx Lilac. HEX triplet: D0, 94 and CD. RGB value is (208,148,205). Sum of RGB (Red+Green+Blue) = 208+148+205=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 148 (58.20% from 255 or 26.38% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 208 - color contains mainly: red. Hex color #D094CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D094CD is #2F6B32. Grayscale: #ACACAC. Windows color (decimal): -3107635 or 13472976. OLE color: 13472976.

HSL color Cylindrical-coordinate representation of color #D094CD: hue angle of 303º 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 #D094CD is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB208148205-
CMYK00.290.010.18
HSL303º38.96%69.8%-
HSV(B)303º28.85%81.57%-
XYZ47.623962.77-
YUV172.44146.38153.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.08%
GREEN value IS 148 (58.20% from 255) = 26.38%
BLUE value IS 205 (80.47% from 255) = 36.54%
R=37.08%
G=26.38%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814820500.290.010.1830338.9669.8
HexD094CD01D11212f2746
Octal32022431503512245747106
Binary1101000010010100110011010111011100101001011111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D094CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D094CD; }

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

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

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

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

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

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

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

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