#D293CB

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

Shades of Lilac #D293CB

Tints of Lilac #D293CB

Color information

#D293CB (or 0xD293CB) is unknown color: approx Lilac. HEX triplet: D2, 93 and CB. RGB value is (210,147,203). Sum of RGB (Red+Green+Blue) = 210+147+203=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 147 (57.81% from 255 or 26.25% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 210 - color contains mainly: red. Hex color #D293CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D293CB is #2D6C34. Grayscale: #ACACAC. Windows color (decimal): -2976821 or 13341650. OLE color: 13341650.

HSL color Cylindrical-coordinate representation of color #D293CB: hue angle of 306.67º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D293CB is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB210147203-
CMYK00.300.030.18
HSL306.67º41.18%70%-
HSV(B)306.67º30%82.35%-
XYZ47.7938.8861.49-
YUV172.22145.37154.95-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.5%
GREEN value IS 147 (57.81% from 255) = 26.25%
BLUE value IS 203 (79.69% from 255) = 36.25%
R=37.5%
G=26.25%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014720300.300.030.18306.6741.1870
HexD293CB01E3121332946
Octal32222331303632246351106
Binary11010010100100111100101101111011100101001100111010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D293CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D293CB; }

 p { color: rgb(210,147,203); }

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

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

 a { background-color: rgb(210,147,203); }

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

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

 span { border-color: rgb(210,147,203); }

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