#D194CB

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

Shades of Lilac #D194CB

Tints of Lilac #D194CB

Color information

#D194CB (or 0xD194CB) is unknown color: approx Lilac. HEX triplet: D1, 94 and CB. RGB value is (209,148,203). Sum of RGB (Red+Green+Blue) = 209+148+203=560 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.32% from 560); Green value is 148 (58.20% from 255 or 26.43% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 209 - color contains mainly: red. Hex color #D194CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D194CB is #2E6B34. Grayscale: #ACACAC. Windows color (decimal): -3042101 or 13341905. OLE color: 13341905.

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

Color convert

RGB209148203-
CMYK00.290.030.18
HSL305.9º39.87%70%-
HSV(B)305.9º29.19%81.96%-
XYZ47.6639.0561.52-
YUV172.51145.21154.03-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.32%
GREEN value IS 148 (58.20% from 255) = 26.43%
BLUE value IS 203 (79.69% from 255) = 36.25%
R=37.32%
G=26.43%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914820300.290.030.18305.939.8770
HexD194CB01D3121322846
Octal32122431303532246250106
Binary11010001100101001100101101110111100101001100101010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D194CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D194CB; }

 p { color: rgb(209,148,203); }

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

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

 a { background-color: rgb(209,148,203); }

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

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

 span { border-color: rgb(209,148,203); }

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