#D792CA

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

Shades of Lilac #D792CA

Tints of Lilac #D792CA

Color information

#D792CA (or 0xD792CA) is unknown color: approx Lilac. HEX triplet: D7, 92 and CA. RGB value is (215,146,202). Sum of RGB (Red+Green+Blue) = 215+146+202=563 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.19% from 563); Green value is 146 (57.42% from 255 or 25.93% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 215 - color contains mainly: red. Hex color #D792CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D792CA is #286D35. Grayscale: #ACACAC. Windows color (decimal): -2649398 or 13275863. OLE color: 13275863.

HSL color Cylindrical-coordinate representation of color #D792CA: hue angle of 311.3º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D792CA is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB215146202-
CMYK00.320.060.16
HSL311.3º46.31%70.78%-
HSV(B)311.3º32.09%84.31%-
XYZ48.9639.2760.88-
YUV173.02144.36157.95-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.19%
GREEN value IS 146 (57.42% from 255) = 25.93%
BLUE value IS 202 (79.30% from 255) = 35.88%
R=38.19%
G=25.93%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514620200.320.060.16311.346.3170.78
HexD792CA0206101372e47
Octal32722231204062046756107
Binary1101011110010010110010100100000110100001001101111011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D792CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D792CA; }

 p { color: rgb(215,146,202); }

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

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

 a { background-color: rgb(215,146,202); }

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

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

 span { border-color: rgb(215,146,202); }

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