#D28FC3

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

Shades of Lilac #D28FC3

Tints of Lilac #D28FC3

Color information

#D28FC3 (or 0xD28FC3) is unknown color: approx Lilac. HEX triplet: D2, 8F and C3. RGB value is (210,143,195). Sum of RGB (Red+Green+Blue) = 210+143+195=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 195 (76.56% from 255 or 35.58% from 548); Max value from RGB is 210 - color contains mainly: red. Hex color #D28FC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28FC3 is #2D703C. Grayscale: #A8A8A8. Windows color (decimal): -2977853 or 12816338. OLE color: 12816338.

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

Color convert

RGB210143195-
CMYK00.320.070.18
HSL313.43º42.68%69.22%-
HSV(B)313.43º31.9%82.35%-
XYZ46.2537.2956.39-
YUV168.96142.7157.27-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.32%
GREEN value IS 143 (56.25% from 255) = 26.09%
BLUE value IS 195 (76.56% from 255) = 35.58%
R=38.32%
G=26.09%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014319500.320.070.18313.4342.6869.22
HexD28FC30207121392b45
Octal32221730304072247153105
Binary1101001010001111110000110100000111100101001110011010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28FC3; }

 p { color: rgb(210,143,195); }

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

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

 a { background-color: rgb(210,143,195); }

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

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

 span { border-color: rgb(210,143,195); }

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