#D592CB

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

Shades of Lilac #D592CB

Tints of Lilac #D592CB

Color information

#D592CB (or 0xD592CB) is unknown color: approx Lilac. HEX triplet: D5, 92 and CB. RGB value is (213,146,203). Sum of RGB (Red+Green+Blue) = 213+146+203=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 146 (57.42% from 255 or 25.98% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 213 - color contains mainly: red. Hex color #D592CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D592CB is #2A6D34. Grayscale: #ACACAC. Windows color (decimal): -2780469 or 13341397. OLE color: 13341397.

HSL color Cylindrical-coordinate representation of color #D592CB: hue angle of 308.96º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D592CB is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB213146203-
CMYK00.310.050.16
HSL308.96º44.37%70.39%-
HSV(B)308.96º31.46%83.53%-
XYZ48.539.0261.47-
YUV172.53145.2156.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.90%
GREEN value IS 146 (57.42% from 255) = 25.98%
BLUE value IS 203 (79.69% from 255) = 36.12%
R=37.90%
G=25.98%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314620300.310.050.16308.9644.3770.39
HexD592CB01F5101352c46
Octal32522231303752046554106
Binary110101011001001011001011011111101100001001101011011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D592CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D592CB; }

 p { color: rgb(213,146,203); }

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

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

 a { background-color: rgb(213,146,203); }

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

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

 span { border-color: rgb(213,146,203); }

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