#D28DC7

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

Shades of Lilac #D28DC7

Tints of Lilac #D28DC7

Color information

#D28DC7 (or 0xD28DC7) is unknown color: approx Lilac. HEX triplet: D2, 8D and C7. RGB value is (210,141,199). Sum of RGB (Red+Green+Blue) = 210+141+199=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 141 (55.47% from 255 or 25.64% from 550); Blue value is 199 (78.12% from 255 or 36.18% from 550); Max value from RGB is 210 - color contains mainly: red. Hex color #D28DC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28DC7 is #2D7238. Grayscale: #A8A8A8. Windows color (decimal): -2978361 or 13077970. OLE color: 13077970.

HSL color Cylindrical-coordinate representation of color #D28DC7: hue angle of 309.57º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D28DC7 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB210141199-
CMYK00.330.050.18
HSL309.57º43.4%68.82%-
HSV(B)309.57º32.86%82.35%-
XYZ46.4136.8758.7-
YUV168.24145.36157.78-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.18%
GREEN value IS 141 (55.47% from 255) = 25.64%
BLUE value IS 199 (78.12% from 255) = 36.18%
R=38.18%
G=25.64%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014119900.330.050.18309.5743.468.82
HexD28DC70215121362b45
Octal32221530704152246653105
Binary1101001010001101110001110100001101100101001101101010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28DC7; }

 p { color: rgb(210,141,199); }

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

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

 a { background-color: rgb(210,141,199); }

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

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

 span { border-color: rgb(210,141,199); }

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