Html Css Color HEX #D294CE Lilac

📋 copy color: '#D294CE'

red 210 ◦ green 148 ◦ blue 206

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

Shades of Lilac #D294CE

Tints of Lilac #D294CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.52%

R = 37.23%
G = 26.24%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D294CE (or 0xD294CE) is known color: Lilac. HEX triplet: D2, 94 and CE. RGB value is (210,148,206). Sum of RGB (Red+Green+Blue) = 210+148+206=564 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.23% from 564); Green value is 148 (58.20% from 255 or 26.24% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 210 - color contains mainly: red. Hex color #D294CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D294CE is #2D6B31. Grayscale: #ACACAC. Windows color (decimal): -2976562 or 13538514. OLE color: 13538514.

HSL color Cylindrical-coordinate representation of color #D294CE: hue angle of 303.87º 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 #D294CE is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 148 206 -
CMYK 0 0.30 0.02 0.18
HSL 303.87º 0.41% 0.7% -
HSV(B) 303.87º 0.3% 0.82% -
XYZ 48.31 39.34 63.44 -
YUV 173.15 146.54 154.28 -
System Red Green Blue C M Y K H S L
Decimal 210 148 206 0 0.30 0.02 0.18 303.87 0.41 0.7
Hex D2 94 CE 0 1E 2 12 130 29 46
Octal 322 224 316 0 36 2 22 460 51 106
Binary 11010010 10010100 11001110 0 11110 10 10010 100110000 101001 1000110

Color Harmonies of #D294CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D294CE

Black with #D294CE

Text Example


Text Example

White with #D294CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D294CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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