Html Css Color HEX #D58DC6 Lilac

📋 copy color: '#D58DC6'

red 213 ◦ green 141 ◦ blue 198

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

Shades of Lilac #D58DC6

Tints of Lilac #D58DC6

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.54%

 BLUE value IS 198 (77.73% from 255) = 35.87%

R = 38.59%
G = 25.54%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D58DC6 (or 0xD58DC6) is known color: Lilac. HEX triplet: D5, 8D and C6. RGB value is (213,141,198). Sum of RGB (Red+Green+Blue) = 213+141+198=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 141 (55.47% from 255 or 25.54% from 552); Blue value is 198 (77.73% from 255 or 35.87% from 552); Max value from RGB is 213 - color contains mainly: red. Hex color #D58DC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58DC6 is #2A7239. Grayscale: #A8A8A8. Windows color (decimal): -2781754 or 13012437. OLE color: 13012437.

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

Color convert

RGB 213 141 198 -
CMYK 0 0.34 0.07 0.16
HSL 312.5º 0.46% 0.69% -
HSV(B) 312.5º 0.34% 0.84% -
XYZ 47.16 37.27 58.13 -
YUV 169.03 144.35 159.37 -
System Red Green Blue C M Y K H S L
Decimal 213 141 198 0 0.34 0.07 0.16 312.5 0.46 0.69
Hex D5 8D C6 0 22 7 10 138 2E 45
Octal 325 215 306 0 42 7 20 470 56 105
Binary 11010101 10001101 11000110 0 100010 111 10000 100111000 101110 1000101

Color Harmonies of #D58DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58DC6

Black with #D58DC6

Text Example


Text Example

White with #D58DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58DC6; }

 p { color: rgb(213,141,198); }

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

background-color css

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

 a { background-color: rgb(213,141,198); }

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

border-color css

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

 span { border-color: rgb(213,141,198); }

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