#d592cd

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

Shades of Lilac #D592CD

Tints of Lilac #D592CD

Color information

#D592CD (or 0xD592CD) is unknown color: approx Lilac. HEX triplet: D5, 92 and CD. RGB value is (213,146,205). Sum of RGB (Red+Green+Blue) = 213+146+205=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 146 (57.42% from 255 or 25.89% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 213 - color contains mainly: red. Hex color #D592CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D592CD is #2A6D32. Grayscale: #ACACAC. Windows color (decimal): -2780467 or 13472469. OLE color: 13472469.

HSL color Cylindrical-coordinate representation of color #D592CD: hue angle of 307.16º 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 #D592CD is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB213146205-
CMYK00.310.040.16
HSL307.16º44.37%70.39%-
HSV(B)307.16º31.46%83.53%-
XYZ48.7439.1162.74-
YUV172.76146.2156.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.77%
GREEN value IS 146 (57.42% from 255) = 25.89%
BLUE value IS 205 (80.47% from 255) = 36.35%
R=37.77%
G=25.89%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314620500.310.040.16307.1644.3770.39
HexD592CD01F4101332c46
Octal32522231503742046354106
Binary110101011001001011001101011111100100001001100111011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d592cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d592cd; }

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

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

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

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

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

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

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

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