#D290C3

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

Shades of Lilac #D290C3

Tints of Lilac #D290C3

Color information

#D290C3 (or 0xD290C3) is unknown color: approx Lilac. HEX triplet: D2, 90 and C3. RGB value is (210,144,195). Sum of RGB (Red+Green+Blue) = 210+144+195=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 195 (76.56% from 255 or 35.52% from 549); Max value from RGB is 210 - color contains mainly: red. Hex color #D290C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D290C3 is #2D6F3C. Grayscale: #A9A9A9. Windows color (decimal): -2977597 or 12816594. OLE color: 12816594.

HSL color Cylindrical-coordinate representation of color #D290C3: hue angle of 313.64º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D290C3 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB210144195-
CMYK00.310.070.18
HSL313.64º42.31%69.41%-
HSV(B)313.64º31.43%82.35%-
XYZ46.437.5956.44-
YUV169.55142.37156.85-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.25%
GREEN value IS 144 (56.64% from 255) = 26.23%
BLUE value IS 195 (76.56% from 255) = 35.52%
R=38.25%
G=26.23%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014419500.310.070.18313.6442.3169.41
HexD290C301F71213a2a45
Octal32222030303772247252105
Binary110100101001000011000011011111111100101001110101010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D290C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D290C3; }

 p { color: rgb(210,144,195); }

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

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

 a { background-color: rgb(210,144,195); }

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

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

 span { border-color: rgb(210,144,195); }

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