#D38DC2

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

Shades of Lilac #D38DC2

Tints of Lilac #D38DC2

Color information

#D38DC2 (or 0xD38DC2) is unknown color: approx Lilac. HEX triplet: D3, 8D and C2. RGB value is (211,141,194). Sum of RGB (Red+Green+Blue) = 211+141+194=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 141 (55.47% from 255 or 25.82% from 546); Blue value is 194 (76.17% from 255 or 35.53% from 546); Max value from RGB is 211 - color contains mainly: red. Hex color #D38DC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38DC2 is #2C723D. Grayscale: #A7A7A7. Windows color (decimal): -2912830 or 12750291. OLE color: 12750291.

HSL color Cylindrical-coordinate representation of color #D38DC2: hue angle of 314.57º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D38DC2 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB211141194-
CMYK00.330.080.17
HSL314.57º44.3%69.02%-
HSV(B)314.57º33.18%82.75%-
XYZ46.1336.7955.71-
YUV167.97142.69158.69-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.64%
GREEN value IS 141 (55.47% from 255) = 25.82%
BLUE value IS 194 (76.17% from 255) = 35.53%
R=38.64%
G=25.82%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114119400.330.080.17314.5744.369.02
HexD38DC202181113b2c45
Octal323215302041102147354105
Binary11010011100011011100001001000011000100011001110111011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38DC2; }

 p { color: rgb(211,141,194); }

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

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

 a { background-color: rgb(211,141,194); }

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

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

 span { border-color: rgb(211,141,194); }

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