Html Css Color HEX #D494C9 Lilac

📋 copy color: '#D494C9'

red 212 ◦ green 148 ◦ blue 201

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

Shades of Lilac #D494C9

Tints of Lilac #D494C9

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.38%

 BLUE value IS 201 (78.91% from 255) = 35.83%

R = 37.79%
G = 26.38%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D494C9 (or 0xD494C9) is known color: Lilac. HEX triplet: D4, 94 and C9. RGB value is (212,148,201). Sum of RGB (Red+Green+Blue) = 212+148+201=561 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.79% from 561); Green value is 148 (58.20% from 255 or 26.38% from 561); Blue value is 201 (78.91% from 255 or 35.83% from 561); Max value from RGB is 212 - color contains mainly: red. Hex color #D494C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D494C9 is #2B6B36. Grayscale: #ADADAD. Windows color (decimal): -2845495 or 13210836. OLE color: 13210836.

HSL color Cylindrical-coordinate representation of color #D494C9: hue angle of 310.31º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D494C9 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 148 201 -
CMYK 0 0.30 0.05 0.17
HSL 310.31º 0.43% 0.71% -
HSV(B) 310.31º 0.3% 0.83% -
XYZ 48.28 39.39 60.32 -
YUV 173.18 143.7 155.69 -
System Red Green Blue C M Y K H S L
Decimal 212 148 201 0 0.30 0.05 0.17 310.31 0.43 0.71
Hex D4 94 C9 0 1E 5 11 136 2B 47
Octal 324 224 311 0 36 5 21 466 53 107
Binary 11010100 10010100 11001001 0 11110 101 10001 100110110 101011 1000111

Color Harmonies of #D494C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D494C9

Black with #D494C9

Text Example


Text Example

White with #D494C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D494C9; }

 p { color: rgb(212,148,201); }

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

background-color css

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

 a { background-color: rgb(212,148,201); }

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

border-color css

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

 span { border-color: rgb(212,148,201); }

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