Html Css Color HEX #D493CA Lilac

📋 copy color: '#D493CA'

red 212 ◦ green 147 ◦ blue 202

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

Shades of Lilac #D493CA

Tints of Lilac #D493CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.01%

R = 37.79%
G = 26.2%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D493CA (or 0xD493CA) is known color: Lilac. HEX triplet: D4, 93 and CA. RGB value is (212,147,202). Sum of RGB (Red+Green+Blue) = 212+147+202=561 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.79% from 561); Green value is 147 (57.81% from 255 or 26.20% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 212 - color contains mainly: red. Hex color #D493CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D493CA is #2B6C35. Grayscale: #ACACAC. Windows color (decimal): -2845750 or 13276116. OLE color: 13276116.

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

Color convert

RGB 212 147 202 -
CMYK 0 0.31 0.05 0.17
HSL 309.23º 0.43% 0.7% -
HSV(B) 309.23º 0.31% 0.83% -
XYZ 48.25 39.13 60.89 -
YUV 172.71 144.53 156.03 -
System Red Green Blue C M Y K H S L
Decimal 212 147 202 0 0.31 0.05 0.17 309.23 0.43 0.7
Hex D4 93 CA 0 1F 5 11 135 2B 46
Octal 324 223 312 0 37 5 21 465 53 106
Binary 11010100 10010011 11001010 0 11111 101 10001 100110101 101011 1000110

Color Harmonies of #D493CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D493CA

Black with #D493CA

Text Example


Text Example

White with #D493CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D493CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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