#D890CA

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

Shades of Lilac #D890CA

Tints of Lilac #D890CA

Color information

#D890CA (or 0xD890CA) is unknown color: approx Lilac. HEX triplet: D8, 90 and CA. RGB value is (216,144,202). Sum of RGB (Red+Green+Blue) = 216+144+202=562 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.43% from 562); Green value is 144 (56.64% from 255 or 25.62% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 216 - color contains mainly: red. Hex color #D890CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D890CA is #276F35. Grayscale: #ABABAB. Windows color (decimal): -2584374 or 13275352. OLE color: 13275352.

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

Color convert

RGB216144202-
CMYK00.330.060.15
HSL311.67º48%70.59%-
HSV(B)311.67º33.33%84.71%-
XYZ48.9538.8160.79-
YUV172.14144.85159.28-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.43%
GREEN value IS 144 (56.64% from 255) = 25.62%
BLUE value IS 202 (79.30% from 255) = 35.94%
R=38.43%
G=25.62%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614420200.330.060.15311.674870.59
HexD890CA0216F1383047
Octal33022031204161747060107
Binary110110001001000011001010010000111011111001110001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D890CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D890CA; }

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

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

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

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

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

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

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

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