Html Css Color HEX #D58ECE Lilac

📋 copy color: '#D58ECE'

red 213 ◦ green 142 ◦ blue 206

#D58ECE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #D58ECE

Tints of Lilac #D58ECE

RGB

 RED value IS 213 (83.59% from 255) = 37.97%

 GREEN value IS 142 (55.86% from 255) = 25.31%

 BLUE value IS 206 (80.86% from 255) = 36.72%

R = 37.97%
G = 25.31%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D58ECE (or 0xD58ECE) is known color: Lilac. HEX triplet: D5, 8E and CE. RGB value is (213,142,206). Sum of RGB (Red+Green+Blue) = 213+142+206=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 142 (55.86% from 255 or 25.31% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 213 - color contains mainly: red. Hex color #D58ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58ECE is #2A7131. Grayscale: #AAAAAA. Windows color (decimal): -2781490 or 13536981. OLE color: 13536981.

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

Color convert

RGB 213 142 206 -
CMYK 0 0.33 0.03 0.16
HSL 305.92º 0.46% 0.7% -
HSV(B) 305.92º 0.33% 0.84% -
XYZ 48.25 37.95 63.17 -
YUV 170.53 148.02 158.3 -
System Red Green Blue C M Y K H S L
Decimal 213 142 206 0 0.33 0.03 0.16 305.92 0.46 0.7
Hex D5 8E CE 0 21 3 10 132 2E 46
Octal 325 216 316 0 41 3 20 462 56 106
Binary 11010101 10001110 11001110 0 100001 11 10000 100110010 101110 1000110

Color Harmonies of #D58ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58ECE

Black with #D58ECE

Text Example


Text Example

White with #D58ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58ECE; }

 p { color: rgb(213,142,206); }

 H1.HeaderClassName
 {
   color: #D58ECE;
 }
 .AnyTagClassName
 {
   color: #D58ECE;
 }
</style>

background-color css

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

 a { background-color: rgb(213,142,206); }

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

border-color css

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

 span { border-color: rgb(213,142,206); }

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