#D894CA

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

Shades of Lilac #D894CA

Tints of Lilac #D894CA

Color information

#D894CA (or 0xD894CA) is unknown color: approx Lilac. HEX triplet: D8, 94 and CA. RGB value is (216,148,202). Sum of RGB (Red+Green+Blue) = 216+148+202=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 148 (58.20% from 255 or 26.15% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 216 - color contains mainly: red. Hex color #D894CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D894CA is #276B35. Grayscale: #AEAEAE. Windows color (decimal): -2583350 or 13276376. OLE color: 13276376.

HSL color Cylindrical-coordinate representation of color #D894CA: hue angle of 312.35º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D894CA is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB216148202-
CMYK00.310.060.15
HSL312.35º46.58%71.37%-
HSV(B)312.35º31.48%84.71%-
XYZ49.5740.0460.99-
YUV174.49143.53157.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.16%
GREEN value IS 148 (58.20% from 255) = 26.15%
BLUE value IS 202 (79.30% from 255) = 35.69%
R=38.16%
G=26.15%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614820200.310.060.15312.3546.5871.37
HexD894CA01F6F1382f47
Octal33022431203761747057107
Binary11011000100101001100101001111111011111001110001011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D894CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D894CA; }

 p { color: rgb(216,148,202); }

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

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

 a { background-color: rgb(216,148,202); }

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

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

 span { border-color: rgb(216,148,202); }

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