#D58CCD

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

Shades of Lilac #D58CCD

Tints of Lilac #D58CCD

Color information

#D58CCD (or 0xD58CCD) is unknown color: approx Lilac. HEX triplet: D5, 8C and CD. RGB value is (213,140,205). Sum of RGB (Red+Green+Blue) = 213+140+205=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 140 (55.08% from 255 or 25.09% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 213 - color contains mainly: red. Hex color #D58CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58CCD is #2A7332. Grayscale: #A9A9A9. Windows color (decimal): -2782003 or 13470933. OLE color: 13470933.

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

Color convert

RGB213140205-
CMYK00.340.040.16
HSL306.58º46.5%69.22%-
HSV(B)306.58º34.27%83.53%-
XYZ47.8437.3162.44-
YUV169.24148.18159.21-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.17%
GREEN value IS 140 (55.08% from 255) = 25.09%
BLUE value IS 205 (80.47% from 255) = 36.74%
R=38.17%
G=25.09%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314020500.340.040.16306.5846.569.22
HexD58CCD0224101332e45
Octal32521431504242046356105
Binary1101010110001100110011010100010100100001001100111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58CCD; }

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

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

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

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

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

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

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

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