#D28FCB

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

Shades of Lilac #D28FCB

Tints of Lilac #D28FCB

Color information

#D28FCB (or 0xD28FCB) is unknown color: approx Lilac. HEX triplet: D2, 8F and CB. RGB value is (210,143,203). Sum of RGB (Red+Green+Blue) = 210+143+203=556 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.77% from 556); Green value is 143 (56.25% from 255 or 25.72% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 210 - color contains mainly: red. Hex color #D28FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28FCB is #2D7034. Grayscale: #A9A9A9. Windows color (decimal): -2977845 or 13340626. OLE color: 13340626.

HSL color Cylindrical-coordinate representation of color #D28FCB: hue angle of 306.27º 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 #D28FCB is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB210143203-
CMYK00.320.030.18
HSL306.27º42.68%69.22%-
HSV(B)306.27º31.9%82.35%-
XYZ47.1837.6661.28-
YUV169.87146.7156.62-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.77%
GREEN value IS 143 (56.25% from 255) = 25.72%
BLUE value IS 203 (79.69% from 255) = 36.51%
R=37.77%
G=25.72%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014320300.320.030.18306.2742.6869.22
HexD28FCB0203121322b45
Octal32221731304032246253105
Binary110100101000111111001011010000011100101001100101010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28FCB; }

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

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

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

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

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

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

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

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