#D290CC

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

Shades of Lilac #D290CC

Tints of Lilac #D290CC

Color information

#D290CC (or 0xD290CC) is unknown color: approx Lilac. HEX triplet: D2, 90 and CC. RGB value is (210,144,204). Sum of RGB (Red+Green+Blue) = 210+144+204=558 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.63% from 558); Green value is 144 (56.64% from 255 or 25.81% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 210 - color contains mainly: red. Hex color #D290CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D290CC is #2D6F33. Grayscale: #AAAAAA. Windows color (decimal): -2977588 or 13406418. OLE color: 13406418.

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

Color convert

RGB210144204-
CMYK00.310.030.18
HSL305.45º42.31%69.41%-
HSV(B)305.45º31.43%82.35%-
XYZ47.4538.0161.96-
YUV170.57146.87156.12-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.63%
GREEN value IS 144 (56.64% from 255) = 25.81%
BLUE value IS 204 (80.08% from 255) = 36.56%
R=37.63%
G=25.81%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014420400.310.030.18305.4542.3169.41
HexD290CC01F3121312a45
Octal32222031403732246152105
Binary11010010100100001100110001111111100101001100011010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D290CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D290CC; }

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

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

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

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

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

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

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

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