Html Css Color HEX #D391CE Lilac

📋 copy color: '#D391CE'

red 211 ◦ green 145 ◦ blue 206

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

Shades of Lilac #D391CE

Tints of Lilac #D391CE

RGB

 RED value IS 211 (82.81% from 255) = 37.54%

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

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

R = 37.54%
G = 25.8%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D391CE (or 0xD391CE) is known color: Lilac. HEX triplet: D3, 91 and CE. RGB value is (211,145,206). Sum of RGB (Red+Green+Blue) = 211+145+206=562 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.54% from 562); Green value is 145 (57.03% from 255 or 25.80% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 211 - color contains mainly: red. Hex color #D391CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D391CE is #2C6E31. Grayscale: #ABABAB. Windows color (decimal): -2911794 or 13537747. OLE color: 13537747.

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

Color convert

RGB 211 145 206 -
CMYK 0 0.31 0.02 0.17
HSL 304.55º 0.43% 0.7% -
HSV(B) 304.55º 0.31% 0.83% -
XYZ 48.13 38.56 63.3 -
YUV 171.69 147.37 156.04 -
System Red Green Blue C M Y K H S L
Decimal 211 145 206 0 0.31 0.02 0.17 304.55 0.43 0.7
Hex D3 91 CE 0 1F 2 11 131 2B 46
Octal 323 221 316 0 37 2 21 461 53 106
Binary 11010011 10010001 11001110 0 11111 10 10001 100110001 101011 1000110

Color Harmonies of #D391CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D391CE

Black with #D391CE

Text Example


Text Example

White with #D391CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D391CE; }

 p { color: rgb(211,145,206); }

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

background-color css

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

 a { background-color: rgb(211,145,206); }

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

border-color css

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

 span { border-color: rgb(211,145,206); }

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