Html Css Color HEX #D493C8 Lilac

📋 copy color: '#D493C8'

red 212 ◦ green 147 ◦ blue 200

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

Shades of Lilac #D493C8

Tints of Lilac #D493C8

RGB

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

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

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

R = 37.92%
G = 26.3%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.17

RGB Variations

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

Color information

#D493C8 (or 0xD493C8) is known color: Lilac. HEX triplet: D4, 93 and C8. RGB value is (212,147,200). Sum of RGB (Red+Green+Blue) = 212+147+200=559 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.92% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 200 (78.52% from 255 or 35.78% from 559); Max value from RGB is 212 - color contains mainly: red. Hex color #D493C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D493C8 is #2B6C37. Grayscale: #ACACAC. Windows color (decimal): -2845752 or 13145044. OLE color: 13145044.

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

Color convert

RGB 212 147 200 -
CMYK 0 0.31 0.06 0.17
HSL 311.08º 0.43% 0.7% -
HSV(B) 311.08º 0.31% 0.83% -
XYZ 48.01 39.03 59.65 -
YUV 172.48 143.53 156.19 -
System Red Green Blue C M Y K H S L
Decimal 212 147 200 0 0.31 0.06 0.17 311.08 0.43 0.7
Hex D4 93 C8 0 1F 6 11 137 2B 46
Octal 324 223 310 0 37 6 21 467 53 106
Binary 11010100 10010011 11001000 0 11111 110 10001 100110111 101011 1000110

Color Harmonies of #D493C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D493C8

Black with #D493C8

Text Example


Text Example

White with #D493C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D493C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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