#D290C7

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

Shades of Lilac #D290C7

Tints of Lilac #D290C7

Color information

#D290C7 (or 0xD290C7) is unknown color: approx Lilac. HEX triplet: D2, 90 and C7. RGB value is (210,144,199). Sum of RGB (Red+Green+Blue) = 210+144+199=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 144 (56.64% from 255 or 26.04% from 553); Blue value is 199 (78.12% from 255 or 35.99% from 553); Max value from RGB is 210 - color contains mainly: red. Hex color #D290C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D290C7 is #2D6F38. Grayscale: #A9A9A9. Windows color (decimal): -2977593 or 13078738. OLE color: 13078738.

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

Color convert

RGB210144199-
CMYK00.310.050.18
HSL310º42.31%69.41%-
HSV(B)310º31.43%82.35%-
XYZ46.8637.7758.85-
YUV170144.37156.53-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.97%
GREEN value IS 144 (56.64% from 255) = 26.04%
BLUE value IS 199 (78.12% from 255) = 35.99%
R=37.97%
G=26.04%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014419900.310.050.1831042.3169.41
HexD290C701F5121362a45
Octal32222030703752246652105
Binary110100101001000011000111011111101100101001101101010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D290C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D290C7; }

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

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

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

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

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

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

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

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