Html Css Color HEX #D493C7 Lilac

📋 copy color: '#D493C7'

red 212 ◦ green 147 ◦ blue 199

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

Shades of Lilac #D493C7

Tints of Lilac #D493C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 35.66%

R = 37.99%
G = 26.34%
B = 35.66%

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

#D493C7 (or 0xD493C7) is known color: Lilac. HEX triplet: D4, 93 and C7. RGB value is (212,147,199). Sum of RGB (Red+Green+Blue) = 212+147+199=558 (73% of max value = 765). Red value is 212 (83.20% from 255 or 37.99% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 199 (78.12% from 255 or 35.66% from 558); Max value from RGB is 212 - color contains mainly: red. Hex color #D493C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D493C7 is #2B6C38. Grayscale: #ACACAC. Windows color (decimal): -2845753 or 13079508. OLE color: 13079508.

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

Color convert

RGB 212 147 199 -
CMYK 0 0.31 0.06 0.17
HSL 312º 0.43% 0.7% -
HSV(B) 312º 0.31% 0.83% -
XYZ 47.89 38.99 59.03 -
YUV 172.36 143.03 156.27 -
System Red Green Blue C M Y K H S L
Decimal 212 147 199 0 0.31 0.06 0.17 312 0.43 0.7
Hex D4 93 C7 0 1F 6 11 138 2B 46
Octal 324 223 307 0 37 6 21 470 53 106
Binary 11010100 10010011 11000111 0 11111 110 10001 100111000 101011 1000110

Color Harmonies of #D493C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D493C7

Black with #D493C7

Text Example


Text Example

White with #D493C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D493C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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