Html Css Color HEX #D58AC8 Lilac

📋 copy color: '#D58AC8'

red 213 ◦ green 138 ◦ blue 200

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

Shades of Lilac #D58AC8

Tints of Lilac #D58AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.3%

R = 38.66%
G = 25.05%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D58AC8 (or 0xD58AC8) is known color: Lilac. HEX triplet: D5, 8A and C8. RGB value is (213,138,200). Sum of RGB (Red+Green+Blue) = 213+138+200=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 138 (54.30% from 255 or 25.05% from 551); Blue value is 200 (78.52% from 255 or 36.30% from 551); Max value from RGB is 213 - color contains mainly: red. Hex color #D58AC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58AC8 is #2A7537. Grayscale: #A7A7A7. Windows color (decimal): -2782520 or 13142741. OLE color: 13142741.

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

Color convert

RGB 213 138 200 -
CMYK 0 0.35 0.06 0.16
HSL 310.4º 0.47% 0.69% -
HSV(B) 310.4º 0.35% 0.84% -
XYZ 46.95 36.49 59.21 -
YUV 167.49 146.35 160.46 -
System Red Green Blue C M Y K H S L
Decimal 213 138 200 0 0.35 0.06 0.16 310.4 0.47 0.69
Hex D5 8A C8 0 23 6 10 136 2F 45
Octal 325 212 310 0 43 6 20 466 57 105
Binary 11010101 10001010 11001000 0 100011 110 10000 100110110 101111 1000101

Color Harmonies of #D58AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58AC8

Black with #D58AC8

Text Example


Text Example

White with #D58AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58AC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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