#D38CC8

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

Shades of Lilac #D38CC8

Tints of Lilac #D38CC8

Color information

#D38CC8 (or 0xD38CC8) is unknown color: approx Lilac. HEX triplet: D3, 8C and C8. RGB value is (211,140,200). Sum of RGB (Red+Green+Blue) = 211+140+200=551 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.29% from 551); Green value is 140 (55.08% from 255 or 25.41% from 551); Blue value is 200 (78.52% from 255 or 36.30% from 551); Max value from RGB is 211 - color contains mainly: red. Hex color #D38CC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38CC8 is #2C7337. Grayscale: #A7A7A7. Windows color (decimal): -2913080 or 13143251. OLE color: 13143251.

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

Color convert

RGB211140200-
CMYK00.340.050.17
HSL309.3º44.65%68.82%-
HSV(B)309.3º33.65%82.75%-
XYZ46.6736.7859.28-
YUV168.07146.02158.62-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.29%
GREEN value IS 140 (55.08% from 255) = 25.41%
BLUE value IS 200 (78.52% from 255) = 36.30%
R=38.29%
G=25.41%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114020000.340.050.17309.344.6568.82
HexD38CC80225111352d45
Octal32321431004252146555105
Binary1101001110001100110010000100010101100011001101011011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38CC8; }

 p { color: rgb(211,140,200); }

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

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

 a { background-color: rgb(211,140,200); }

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

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

 span { border-color: rgb(211,140,200); }

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