#D296C7

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

Shades of Lilac #D296C7

Tints of Lilac #D296C7

Color information

#D296C7 (or 0xD296C7) is unknown color: approx Lilac. HEX triplet: D2, 96 and C7. RGB value is (210,150,199). Sum of RGB (Red+Green+Blue) = 210+150+199=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 199 (78.12% from 255 or 35.60% from 559); Max value from RGB is 210 - color contains mainly: red. Hex color #D296C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D296C7 is #2D6938. Grayscale: #ADADAD. Windows color (decimal): -2976057 or 13080274. OLE color: 13080274.

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

Color convert

RGB210150199-
CMYK00.290.050.18
HSL311º40%70.59%-
HSV(B)311º28.57%82.35%-
XYZ47.7939.6459.16-
YUV173.53142.38154.02-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.57%
GREEN value IS 150 (58.98% from 255) = 26.83%
BLUE value IS 199 (78.12% from 255) = 35.60%
R=37.57%
G=26.83%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015019900.290.050.183114070.59
HexD296C701D5121372847
Octal32222630703552246750107
Binary110100101001011011000111011101101100101001101111010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D296C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D296C7; }

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

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

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

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

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

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

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

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