#D38AC5

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

Shades of Lilac #D38AC5

Tints of Lilac #D38AC5

Color information

#D38AC5 (or 0xD38AC5) is unknown color: approx Lilac. HEX triplet: D3, 8A and C5. RGB value is (211,138,197). Sum of RGB (Red+Green+Blue) = 211+138+197=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 138 (54.30% from 255 or 25.27% from 546); Blue value is 197 (77.34% from 255 or 36.08% from 546); Max value from RGB is 211 - color contains mainly: red. Hex color #D38AC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38AC5 is #2C753A. Grayscale: #A6A6A6. Windows color (decimal): -2913595 or 12946131. OLE color: 12946131.

HSL color Cylindrical-coordinate representation of color #D38AC5: hue angle of 311.51º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D38AC5 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB211138197-
CMYK00.350.070.17
HSL311.51º45.34%68.43%-
HSV(B)311.51º34.6%82.75%-
XYZ46.0336.0657.36-
YUV166.55145.18159.7-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.64%
GREEN value IS 138 (54.30% from 255) = 25.27%
BLUE value IS 197 (77.34% from 255) = 36.08%
R=38.64%
G=25.27%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113819700.350.070.17311.5145.3468.43
HexD38AC50237111382d44
Octal32321230504372147055104
Binary1101001110001010110001010100011111100011001110001011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38AC5; }

 p { color: rgb(211,138,197); }

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

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

 a { background-color: rgb(211,138,197); }

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

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

 span { border-color: rgb(211,138,197); }

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