Html Css Color HEX #D294CB Lilac

📋 copy color: '#D294CB'

red 210 ◦ green 148 ◦ blue 203

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

Shades of Lilac #D294CB

Tints of Lilac #D294CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.19%

R = 37.43%
G = 26.38%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D294CB (or 0xD294CB) is known color: Lilac. HEX triplet: D2, 94 and CB. RGB value is (210,148,203). Sum of RGB (Red+Green+Blue) = 210+148+203=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 148 (58.20% from 255 or 26.38% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 210 - color contains mainly: red. Hex color #D294CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D294CB is #2D6B34. Grayscale: #ACACAC. Windows color (decimal): -2976565 or 13341906. OLE color: 13341906.

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

Color convert

RGB 210 148 203 -
CMYK 0 0.30 0.03 0.18
HSL 306.77º 0.41% 0.7% -
HSV(B) 306.77º 0.3% 0.82% -
XYZ 47.95 39.19 61.54 -
YUV 172.81 145.04 154.53 -
System Red Green Blue C M Y K H S L
Decimal 210 148 203 0 0.30 0.03 0.18 306.77 0.41 0.7
Hex D2 94 CB 0 1E 3 12 133 29 46
Octal 322 224 313 0 36 3 22 463 51 106
Binary 11010010 10010100 11001011 0 11110 11 10010 100110011 101001 1000110

Color Harmonies of #D294CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D294CB

Black with #D294CB

Text Example


Text Example

White with #D294CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D294CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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