#D290C4

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

Shades of Lilac #D290C4

Tints of Lilac #D290C4

Color information

#D290C4 (or 0xD290C4) is unknown color: approx Lilac. HEX triplet: D2, 90 and C4. RGB value is (210,144,196). Sum of RGB (Red+Green+Blue) = 210+144+196=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 144 (56.64% from 255 or 26.18% from 550); Blue value is 196 (76.95% from 255 or 35.64% from 550); Max value from RGB is 210 - color contains mainly: red. Hex color #D290C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D290C4 is #2D6F3B. Grayscale: #A9A9A9. Windows color (decimal): -2977596 or 12882130. OLE color: 12882130.

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

Color convert

RGB210144196-
CMYK00.310.070.18
HSL312.73º42.31%69.41%-
HSV(B)312.73º31.43%82.35%-
XYZ46.5237.6357.04-
YUV169.66142.87156.77-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.18%
GREEN value IS 144 (56.64% from 255) = 26.18%
BLUE value IS 196 (76.95% from 255) = 35.64%
R=38.18%
G=26.18%
B=35.64%

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
Decimal21014419600.310.070.18312.7342.3169.41
HexD290C401F7121392a45
Octal32222030403772247152105
Binary110100101001000011000100011111111100101001110011010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D290C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D290C4; }

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

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

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

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

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

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

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

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