#D38FD0

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

Shades of Lilac #D38FD0

Tints of Lilac #D38FD0

Color information

#D38FD0 (or 0xD38FD0) is unknown color: approx Lilac. HEX triplet: D3, 8F and D0. RGB value is (211,143,208). Sum of RGB (Red+Green+Blue) = 211+143+208=562 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.54% from 562); Green value is 143 (56.25% from 255 or 25.44% from 562); Blue value is 208 (81.64% from 255 or 37.01% from 562); Max value from RGB is 211 - color contains mainly: red. Hex color #D38FD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38FD0 is #2C702F. Grayscale: #AAAAAA. Windows color (decimal): -2912304 or 13668307. OLE color: 13668307.

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

Color convert

RGB211143208-
CMYK00.320.010.17
HSL302.65º43.59%69.41%-
HSV(B)302.65º32.23%82.75%-
XYZ48.0738.0564.48-
YUV170.74149.03156.71-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.54%
GREEN value IS 143 (56.25% from 255) = 25.44%
BLUE value IS 208 (81.64% from 255) = 37.01%
R=37.54%
G=25.44%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114320800.320.010.17302.6543.5969.41
HexD38FD002011112f2c45
Octal32321732004012145754105
Binary11010011100011111101000001000001100011001011111011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38FD0; }

 p { color: rgb(211,143,208); }

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

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

 a { background-color: rgb(211,143,208); }

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

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

 span { border-color: rgb(211,143,208); }

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