#D290CA

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

Shades of Lilac #D290CA

Tints of Lilac #D290CA

Color information

#D290CA (or 0xD290CA) is unknown color: approx Lilac. HEX triplet: D2, 90 and CA. RGB value is (210,144,202). Sum of RGB (Red+Green+Blue) = 210+144+202=556 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.77% from 556); Green value is 144 (56.64% from 255 or 25.90% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 210 - color contains mainly: red. Hex color #D290CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D290CA is #2D6F35. Grayscale: #AAAAAA. Windows color (decimal): -2977590 or 13275346. OLE color: 13275346.

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

Color convert

RGB210144202-
CMYK00.310.040.18
HSL307.27º42.31%69.41%-
HSV(B)307.27º31.43%82.35%-
XYZ47.2137.9160.71-
YUV170.35145.87156.28-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.77%
GREEN value IS 144 (56.64% from 255) = 25.90%
BLUE value IS 202 (79.30% from 255) = 36.33%
R=37.77%
G=25.90%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014420200.310.040.18307.2742.3169.41
HexD290CA01F4121332a45
Octal32222031203742246352105
Binary110100101001000011001010011111100100101001100111010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D290CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D290CA; }

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

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

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

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

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

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

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

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