Html Css Color HEX #D493C6 Lilac

📋 copy color: '#D493C6'

red 212 ◦ green 147 ◦ blue 198

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

Shades of Lilac #D493C6

Tints of Lilac #D493C6

RGB

 RED value IS 212 (83.2% from 255) = 38.06%

 GREEN value IS 147 (57.81% from 255) = 26.39%

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

R = 38.06%
G = 26.39%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#D493C6 (or 0xD493C6) is known color: Lilac. HEX triplet: D4, 93 and C6. RGB value is (212,147,198). Sum of RGB (Red+Green+Blue) = 212+147+198=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 147 (57.81% from 255 or 26.39% from 557); Blue value is 198 (77.73% from 255 or 35.55% from 557); Max value from RGB is 212 - color contains mainly: red. Hex color #D493C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D493C6 is #2B6C39. Grayscale: #ACACAC. Windows color (decimal): -2845754 or 13013972. OLE color: 13013972.

HSL color Cylindrical-coordinate representation of color #D493C6: hue angle of 312.92º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D493C6 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 147 198 -
CMYK 0 0.31 0.07 0.17
HSL 312.92º 0.43% 0.7% -
HSV(B) 312.92º 0.31% 0.83% -
XYZ 47.78 38.94 58.42 -
YUV 172.25 142.53 156.35 -
System Red Green Blue C M Y K H S L
Decimal 212 147 198 0 0.31 0.07 0.17 312.92 0.43 0.7
Hex D4 93 C6 0 1F 7 11 139 2B 46
Octal 324 223 306 0 37 7 21 471 53 106
Binary 11010100 10010011 11000110 0 11111 111 10001 100111001 101011 1000110

Color Harmonies of #D493C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D493C6

Black with #D493C6

Text Example


Text Example

White with #D493C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D493C6; }

 p { color: rgb(212,147,198); }

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

background-color css

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

 a { background-color: rgb(212,147,198); }

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

border-color css

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

 span { border-color: rgb(212,147,198); }

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