Html Css Color HEX #D294D1 Lilac

📋 copy color: '#D294D1'

red 210 ◦ green 148 ◦ blue 209

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

Shades of Lilac #D294D1

Tints of Lilac #D294D1

RGB

 RED value IS 210 (82.42% from 255) = 37.04%

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

 BLUE value IS 209 (82.03% from 255) = 36.86%

R = 37.04%
G = 26.1%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D294D1 (or 0xD294D1) is known color: Lilac. HEX triplet: D2, 94 and D1. RGB value is (210,148,209). Sum of RGB (Red+Green+Blue) = 210+148+209=567 (75% of max value = 765). Red value is 210 (82.42% from 255 or 37.04% from 567); Green value is 148 (58.20% from 255 or 26.10% from 567); Blue value is 209 (82.03% from 255 or 36.86% from 567); Max value from RGB is 210 - color contains mainly: red. Hex color #D294D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D294D1 is #2D6B2E. Grayscale: #ADADAD. Windows color (decimal): -2976559 or 13735122. OLE color: 13735122.

HSL color Cylindrical-coordinate representation of color #D294D1: hue angle of 300.97º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D294D1 is Cyan = 0, Magento = 0.30, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 148 209 -
CMYK 0 0.30 0.00 0.18
HSL 300.97º 0.41% 0.7% -
HSV(B) 300.97º 0.3% 0.82% -
XYZ 48.68 39.48 65.38 -
YUV 173.49 148.04 154.04 -
System Red Green Blue C M Y K H S L
Decimal 210 148 209 0 0.30 0.00 0.18 300.97 0.41 0.7
Hex D2 94 D1 0 1E 0 12 12D 29 46
Octal 322 224 321 0 36 0 22 455 51 106
Binary 11010010 10010100 11010001 0 11110 0 10010 100101101 101001 1000110

Color Harmonies of #D294D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D294D1

Black with #D294D1

Text Example


Text Example

White with #D294D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D294D1; }

 p { color: rgb(210,148,209); }

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

background-color css

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

 a { background-color: rgb(210,148,209); }

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

border-color css

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

 span { border-color: rgb(210,148,209); }

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