Html Css Color HEX #D58AC5 Lilac

📋 copy color: '#D58AC5'

red 213 ◦ green 138 ◦ blue 197

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

Shades of Lilac #D58AC5

Tints of Lilac #D58AC5

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.18%

 BLUE value IS 197 (77.34% from 255) = 35.95%

R = 38.87%
G = 25.18%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D58AC5 (or 0xD58AC5) is known color: Lilac. HEX triplet: D5, 8A and C5. RGB value is (213,138,197). Sum of RGB (Red+Green+Blue) = 213+138+197=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 138 (54.30% from 255 or 25.18% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 213 - color contains mainly: red. Hex color #D58AC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58AC5 is #2A753A. Grayscale: #A6A6A6. Windows color (decimal): -2782523 or 12946133. OLE color: 12946133.

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

Color convert

RGB 213 138 197 -
CMYK 0 0.35 0.08 0.16
HSL 312.8º 0.47% 0.69% -
HSV(B) 312.8º 0.35% 0.84% -
XYZ 46.61 36.35 57.38 -
YUV 167.15 144.85 160.7 -
System Red Green Blue C M Y K H S L
Decimal 213 138 197 0 0.35 0.08 0.16 312.8 0.47 0.69
Hex D5 8A C5 0 23 8 10 139 2F 45
Octal 325 212 305 0 43 10 20 471 57 105
Binary 11010101 10001010 11000101 0 100011 1000 10000 100111001 101111 1000101

Color Harmonies of #D58AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58AC5

Black with #D58AC5

Text Example


Text Example

White with #D58AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58AC5; }

 p { color: rgb(213,138,197); }

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

background-color css

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

 a { background-color: rgb(213,138,197); }

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

border-color css

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

 span { border-color: rgb(213,138,197); }

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