Html Css Color HEX #D491C3 Lilac

📋 copy color: '#D491C3'

red 212 ◦ green 145 ◦ blue 195

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

Shades of Lilac #D491C3

Tints of Lilac #D491C3

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.27%

 BLUE value IS 195 (76.56% from 255) = 35.33%

R = 38.41%
G = 26.27%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D491C3 (or 0xD491C3) is known color: Lilac. HEX triplet: D4, 91 and C3. RGB value is (212,145,195). Sum of RGB (Red+Green+Blue) = 212+145+195=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 145 (57.03% from 255 or 26.27% from 552); Blue value is 195 (76.56% from 255 or 35.33% from 552); Max value from RGB is 212 - color contains mainly: red. Hex color #D491C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D491C3 is #2B6E3C. Grayscale: #AAAAAA. Windows color (decimal): -2846269 or 12816852. OLE color: 12816852.

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

Color convert

RGB 212 145 195 -
CMYK 0 0.32 0.08 0.17
HSL 315.22º 0.44% 0.7% -
HSV(B) 315.22º 0.32% 0.83% -
XYZ 47.13 38.19 56.52 -
YUV 170.73 141.7 157.43 -
System Red Green Blue C M Y K H S L
Decimal 212 145 195 0 0.32 0.08 0.17 315.22 0.44 0.7
Hex D4 91 C3 0 20 8 11 13B 2C 46
Octal 324 221 303 0 40 10 21 473 54 106
Binary 11010100 10010001 11000011 0 100000 1000 10001 100111011 101100 1000110

Color Harmonies of #D491C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D491C3

Black with #D491C3

Text Example


Text Example

White with #D491C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D491C3; }

 p { color: rgb(212,145,195); }

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

background-color css

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

 a { background-color: rgb(212,145,195); }

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

border-color css

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

 span { border-color: rgb(212,145,195); }

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